[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 8 / b / wpxmlrpc / 0.8.4 / wpxmlrpc.podspec.json
blob558531ad38a37df3232eecf44ec6a8623787c145
2   "name": "wpxmlrpc",
3   "version": "0.8.4",
4   "summary": "Lightweight XML-RPC library.",
5   "homepage": "https://github.com/wordpress-mobile/wpxmlrpc",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Automattic": "mobile@automattic.com"
12   },
13   "source": {
14     "git": "https://github.com/wordpress-mobile/wpxmlrpc.git",
15     "tag": "0.8.4"
16   },
17   "source_files": "WPXMLRPC",
18   "public_header_files": [
19     "WPXMLRPC/WPXMLRPC.h",
20     "WPXMLRPC/WPXMLRPCEncoder.h",
21     "WPXMLRPC/WPXMLRPCDecoder.h"
22   ],
23   "libraries": "iconv",
24   "requires_arc": true,
25   "platforms": {
26     "ios": "5.0",
27     "osx": "10.7",
28     "tvos": "9.0"
29   }