blob: bff2fd710a7ad9a60cad6a4d7eec7c746724c453 [file] [log] [blame]
{
"name": "wpxmlrpc",
"version": "0.1",
"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.1"
},
"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"
}
}