[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / a / 8 / b / wpxmlrpc / 0.8.7 / wpxmlrpc.podspec.json
blobfa926a300201cd83d4e86be35125120e5bcefca6
2   "name": "wpxmlrpc",
3   "version": "0.8.7",
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.7"
16   },
17   "source_files": "WPXMLRPC",
18   "swift_versions": "5.0",
19   "public_header_files": [
20     "WPXMLRPC/WPXMLRPC.h",
21     "WPXMLRPC/WPXMLRPCEncoder.h",
22     "WPXMLRPC/WPXMLRPCDecoder.h"
23   ],
24   "libraries": "iconv",
25   "requires_arc": true,
26   "platforms": {
27     "ios": "9.0",
28     "osx": "10.7",
29     "tvos": "9.0"
30   },
31   "swift_version": "5.0"