Skip to content

Commit

Permalink
Updated Pods.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
caesarcat committed Dec 23, 2013
1 parent 9d79c02 commit 7e344b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InfinitePagingView.podspec
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "InfinitePagingView"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "InfinitePagingView is a subclass of UIView. It contains an endlessly scrollable UIScrollView."
s.description = <<-DESC
InfinitePagingView is a subclass of UIView. It contains an endlessly scrollable UIScrollView.on't worry about the indent, we strip it!
DESC
s.homepage = "https://github.com/caesarcat/InfinitePagingView"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "SHIGETA Takuji" => "shigeta@qnote.co.jp" }
s.source = { :git => "https://github.com/caesarcat/InfinitePagingView.git", :tag => "0.0.2"}
s.source = { :git => "https://github.com/caesarcat/InfinitePagingView.git", :tag => "0.0.3"}
s.platform = :ios

s.source_files = 'Classes', 'Classes/**/*.{h,m}'
Expand Down

0 comments on commit 7e344b3

Please sign in to comment.