Fix wrong repository URL
This commit is contained in:
@@ -5,6 +5,6 @@ Pod::Spec.new do |s|
|
||||
s.homepage = 'https://github.com/cpatni/SPTabBarController'
|
||||
s.author = { 'Chandra Patni' => 'http://rubyorchard.wordpress.com' }
|
||||
|
||||
s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :commit => 'b1418fd253b891d12dcf1b6340d6c8207ca463b7' }
|
||||
s.source = { :git => 'https://github.com/cpatni/SPTabBarController', :commit => 'b1418fd253b891d12dcf1b6340d6c8207ca463b7' }
|
||||
s.source_files = 'SPTabBarController/SPTabBarController.{h,m}'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user