[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / b / wpxmlrpc / 0.5 / wpxmlrpc.podspec.json
blobc62b369e96b4796521c825e090f7e956d908909e
2   "name": "wpxmlrpc",
3   "version": "0.5",
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": "WordPress",
11   "source": {
12     "git": "https://github.com/wordpress-mobile/wpxmlrpc.git",
13     "tag": "0.5"
14   },
15   "source_files": "WPXMLRPC",
16   "public_header_files": [
17     "WPXMLRPC/WPXMLRPC.h",
18     "WPXMLRPC/WPXMLRPCEncoder.h",
19     "WPXMLRPC/WPXMLRPCDecoder.h"
20   ],
21   "libraries": "iconv",
22   "requires_arc": true,
23   "platforms": {
24     "ios": "5.0",
25     "osx": "10.7"
26   }