forked from TomThorpe/UIScrollSlidingPages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "UIScrollSlidingPages" | ||
s.version = "0.0.1" | ||
s.version = "0.0.4" | ||
s.summary = "This control allows you to add multiple view controllers and have them scroll horizontally, each with a smaller header view that scrolls in proportion as the content scrolls. Similar in style to the Groupon app." | ||
|
||
s.homepage = "https://github.com/emichaud/InfinitePagingView" | ||
s.homepage = "https://github.com/emichaud/UIScrollSlidingPages" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Tom Thorpe" => "" } | ||
s.source = { :git => "https://github.com/emichaud/UIScrollSlidingPages.git", :tag => "0.0.1"} | ||
s.source = { :git => "https://github.com/emichaud/UIScrollSlidingPages.git", :tag => "0.0.4"} | ||
s.platform = :ios | ||
|
||
s.source_files = 'UIScrollSlidingPages/Source' | ||
s.documentation = {} | ||
s.requires_arc = true | ||
end | ||
end |