From 283b2936968e6766485355bfec5a033be4d49b1a Mon Sep 17 00:00:00 2001 From: Olga Vorona Date: Tue, 11 Oct 2016 17:37:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=D0=B0=200.2?= 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 bf37a19..b8d2689 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.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 \ No newline at end of file