Removed GitHub warnings.

This commit is contained in:
Fabio Pelosin
2012-06-29 15:37:34 +02:00
parent 0e91086eb2
commit 1229786dc6
130 changed files with 129 additions and 131 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'A Paging Enabled Flow View, like screenshots view in iPhone App Store.'
s.homepage = 'https://github.com/fictorial/PagedFlowView'
s.author = { '卢克' => 'kejinlu@gmail.com', 'Brian Hammond' => 'brian@fictorial.com' }
s.source = { :git => 'git://github.com/fictorial/PagedFlowView.git', :tag => '0.0.1' }
s.source = { :git => 'https://github.com/fictorial/PagedFlowView.git', :tag => '0.0.1' }
s.description = "Fictorial's fork adds extra delegate methods; also see homepage for example which uses UIPageControl."
s.platform = :ios
s.source_files = 'PagedFlowView/PagedFlowView.{h,m}'