Поправила адрес спецификации

This commit is contained in:
Olga Vorona 2016-10-14 18:59:01 +03:00
parent 4f03af8286
commit 4fb74f3d9b
1 changed files with 1 additions and 1 deletions

View File

@ -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