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 simple iPhone TableViewController for adding pull-to-refresh functionality.'
s.homepage = 'https://github.com/leah/PullToRefresh'
s.author = { 'Leah Culver' => 'leah.culver@gmail.com' }
s.source = { :git => 'git://github.com/leah/PullToRefresh.git', :commit => '6ae5ed942bccd57029312da0106ab4a55f29289d' }
s.source = { :git => 'https://github.com/leah/PullToRefresh.git', :commit => '6ae5ed942bccd57029312da0106ab4a55f29289d' }
s.source_files = 'Classes/PullRefreshTableViewController.*'
s.framework = 'QuartzCore'
s.resource = 'arrow.png'