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