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"