Версия пода 0.2

This commit is contained in:
Olga Vorona 2016-10-11 17:37:31 +03:00
parent 2e56e21848
commit 283b293696
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.1" }
spec.source = { :git => :"https://git.redmadrobot.com/im/RMRPullToRefresh", :tag => "v0.2" }
spec.source_files = "Classes/*.{swift}", "Classes/Default/*.{swift}"
spec.resources = ['Images/*.png']
end