[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / a / 8 / b / wpxmlrpc / 0.8.3 / wpxmlrpc.podspec.json
blobde66736f2266a37e332adaf5560af47beac69ef5
2   "name": "wpxmlrpc",
3   "version": "0.8.3",
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.3"
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   }