From d8bf450797633c2ca07639f5a849dcbc1b270e4e Mon Sep 17 00:00:00 2001 From: Josip Cavar Date: Sat, 31 Oct 2015 20:31:00 +0100 Subject: [PATCH] update podspec for swift 2 --- Refresher.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Refresher.podspec b/Refresher.podspec index b097e6f..da99758 100644 --- a/Refresher.podspec +++ b/Refresher.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Refresher" - s.version = "0.2.1" + s.version = "0.5.0" 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.1" } + s.source = { :git => "https://github.com/jcavar/refresher.git", :tag => "0.5.0" } s.source_files = "Refresher/*.swift"