[Fix] Pods using external sources in dependencies

Where the comments where left user action is required in the Podfile and those
specs should be updated.
This commit is contained in:
Fabio Pelosin
2013-03-21 12:25:19 +01:00
parent 058d998b01
commit 1ff773e3a6
13 changed files with 25 additions and 24 deletions
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.requires_arc = true
s.license = {
:type => 'MIT',
:file => 'MIT-LICENSE'
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
s.source_files = ['JMStatefulTableViewController/*.*']
s.dependency 'SVPullToRefresh', :git => 'git://github.com/samvermette/SVPullToRefresh.git', :commit => '1362d86a52a53baa96cbd4e15ad46d50418fe4fa'
end
s.dependency 'SVPullToRefresh', '>= 0.3'
end