From 3f5887ef654d36e76bd66cb7d8c83681cd6105a8 Mon Sep 17 00:00:00 2001 From: Jeremy Marchand Date: Sun, 21 Aug 2016 16:02:31 +0200 Subject: [PATCH] Prepare 2.0.0 release --- AlamofireXMLRPC.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AlamofireXMLRPC.podspec b/AlamofireXMLRPC.podspec index 5f49a79..1fe4385 100644 --- a/AlamofireXMLRPC.podspec +++ b/AlamofireXMLRPC.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "AlamofireXMLRPC" s.version = "2.0.0" - s.summary = "AlamofireXMLRPC aims to provide an easy way to perform call on XML RPC service and allows to retrieve smoothly the response" + s.summary = "AlamofireXMLRPC brings XMLRPC functionalities to Alamofire. It aims to provide an easy way to perform XMLRPC call and to retrieve smoothly the response." s.homepage = "https://github.com/kodlian/AlamofireXMLRPC" # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.osx.deployment_target = "10.10" # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - s.source = { :git => "https://github.com/kodlian/AlamofireXMLRPC.git", :tag => "1.0.0" } + s.source = { :git => "https://github.com/kodlian/AlamofireXMLRPC.git", :tag => "2.0.0" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.source_files = "AlamofireXMLRPC/*.swift"