[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user