blob: c2ae7469292f4da090a5a30043e283eca5bdd70c [file] [log] [blame]
{
"name": "wpxmlrpc",
"version": "0.4.2",
"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.2"
},
"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"
}
}