Skip to content

Commit

Permalink
Update UIScrollSlidingPages.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
emichaud committed Sep 9, 2013
1 parent 3367290 commit b139451
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UIScrollSlidingPages.podspec
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

0 comments on commit b139451

Please # to comment.