Поправила адрес спецификации
This commit is contained in:
parent
4f03af8286
commit
4fb74f3d9b
|
|
@ -6,7 +6,7 @@ Pod::Spec.new do |spec|
|
|||
spec.summary = "A pull to refresh control for UIScrollView (UITableView and UICollectionView)"
|
||||
spec.homepage = "http://redmadrobot.com/"
|
||||
spec.author = "Ilya Merkulov"
|
||||
spec.source = { :git => :"https://git.redmadrobot.com/im/RMRPullToRefresh", :tag => "v0.2" }
|
||||
spec.source = { :git => :"https://git.redmadrobot.com/helper-ios/RMRPullToRefresh.git", :tag => "v0.2" }
|
||||
spec.source_files = "Classes/*.{swift}", "Classes/Default/*.{swift}"
|
||||
spec.resources = ['Images/*.png']
|
||||
end
|
||||
Loading…
Reference in New Issue