We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5937002 commit aee70ccCopy full SHA for aee70cc
wpxmlrpc.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "wpxmlrpc"
3
- s.version = "0.3"
+ s.version = "0.4"
4
s.summary = "Lightweight XML-RPC library."
5
s.homepage = "https://github.com/wordpress-mobile/wpxmlrpc"
6
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
7
s.author = "WordPress"
8
- s.source = { :git => "https://github.com/wordpress-mobile/wpxmlrpc.git", :tag => "0.3" }
+ s.source = { :git => "https://github.com/wordpress-mobile/wpxmlrpc.git", :tag => "0.4" }
9
s.source_files = 'WPXMLRPC'
10
s.public_header_files = [ 'WPXMLRPC/WPXMLRPC.h', 'WPXMLRPC/WPXMLRPCEncoder.h', 'WPXMLRPC/WPXMLRPCDecoder.h' ]
11
s.libraries = 'iconv'
0 commit comments