blob: c5fcb0289d3000ddb1db22ca41ad22608c1b0340 [file] [log] [blame]
{
"name": "wpxmlrpc",
"version": "0.4.3",
"summary": "Lightweight XML-RPC library.",
"homepage": "https://github.com/wordpress-mobile/wpxmlrpc",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "WordPress",
"source": {
"git": "https://github.com/wordpress-mobile/wpxmlrpc.git",
"tag": "0.4.3"
},
"source_files": "WPXMLRPC",
"public_header_files": [
"WPXMLRPC/WPXMLRPC.h",
"WPXMLRPC/WPXMLRPCEncoder.h",
"WPXMLRPC/WPXMLRPCDecoder.h"
],
"libraries": "iconv",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}