Skip to content

Commit

Permalink
Prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kodlian committed Aug 21, 2016
1 parent 18bea39 commit 3f5887e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlamofireXMLRPC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand All @@ -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"

Expand Down

0 comments on commit 3f5887e

Please sign in to comment.