From 51ac51edde8d49046d728434fb17dd2e4959269f Mon Sep 17 00:00:00 2001 From: Jeremy Marchand Date: Thu, 29 Sep 2016 08:43:04 +0200 Subject: [PATCH] update version on podspec --- AlamofireXMLRPC.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlamofireXMLRPC.podspec b/AlamofireXMLRPC.podspec index 00afac3..71ef20d 100644 --- a/AlamofireXMLRPC.podspec +++ b/AlamofireXMLRPC.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.osx.deployment_target = "10.11" # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - s.source = { :git => "https://github.com/kodlian/AlamofireXMLRPC.git", :tag => "2.0.0" } + s.source = { :git => "https://github.com/kodlian/AlamofireXMLRPC.git", :tag => "2.1.0" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.source_files = "AlamofireXMLRPC/*.swift"