From 0980f4582c75658e9668e09ba400e92a142a6835 Mon Sep 17 00:00:00 2001 From: Josip Cavar Date: Sat, 26 Sep 2015 10:44:01 +0200 Subject: [PATCH] raise pod version --- Refresher.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Refresher.podspec b/Refresher.podspec index c091646..b097e6f 100644 --- a/Refresher.podspec +++ b/Refresher.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Refresher" - s.version = "0.2.0" + s.version = "0.2.1" s.summary = "Pull to refresh in Swift" s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.platform = :ios, "8.0" - s.source = { :git => "https://github.com/jcavar/refresher.git", :tag => "0.2.0" } + s.source = { :git => "https://github.com/jcavar/refresher.git", :tag => "0.2.1" } s.source_files = "Refresher/*.swift"