From d4fa97b436243ea3602f53bfafe804780b8f72e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81re=CC=81my=20Marchand?= Date: Sun, 24 Sep 2017 11:59:23 +0200 Subject: [PATCH] fix tag --- AlamofireXMLRPC.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlamofireXMLRPC.podspec b/AlamofireXMLRPC.podspec index 8c193bd..695c491 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.1.0" } + s.source = { :git => "https://github.com/kodlian/AlamofireXMLRPC.git", :tag => "2.2.0" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.source_files = "AlamofireXMLRPC/*.swift"