From 89f333e3b677b2894d4137d09e1de735271ba22b Mon Sep 17 00:00:00 2001 From: Nina Dmitrieva Date: Tue, 5 Sep 2017 18:07:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BD=D1=8F=D0=BB=D0=B0=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20=D0=B2=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D1=81=D0=BF=D0=B5=D0=BA=D0=B5=20=D0=B4=D0=BE=200.5.0,=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=B0=20=D1=82?= =?UTF-8?q?=D0=B5=D0=B3=20=D0=B2=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RMRPullToRefresh.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RMRPullToRefresh.podspec b/RMRPullToRefresh.podspec index 0490634..ce4a926 100644 --- a/RMRPullToRefresh.podspec +++ b/RMRPullToRefresh.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |spec| spec.name = "RMRPullToRefresh" - spec.version = "0.4" + spec.version = "0.5.0" spec.platform = :ios, "8.0" spec.license = { :type => "MIT", :file => "LICENSE" } 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/helper-ios/RMRPullToRefresh.git", :tag => "v0.2" } + spec.source = { :git => "https://git.redmadrobot.com/helper-ios/RMRPullToRefresh.git", :tag => spec.version } spec.source_files = "Classes/*.{swift}", "Classes/Default/*.{swift}" spec.resources = ['Images/*.png'] end \ No newline at end of file