diff --git a/RMRPullToRefresh.podspec b/RMRPullToRefresh.podspec index 45424ff..8a2ba57 100644 --- a/RMRPullToRefresh.podspec +++ b/RMRPullToRefresh.podspec @@ -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 \ No newline at end of file