From 4fb74f3d9baf723c98abb8f4beb4ea1d990ea9f7 Mon Sep 17 00:00:00 2001 From: Olga Vorona Date: Fri, 14 Oct 2016 18:59:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=D0=B0=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81=20=D1=81=D0=BF?= =?UTF-8?q?=D0=B5=D1=86=D0=B8=D1=84=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RMRPullToRefresh.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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