[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / a / 8 / b / wpxmlrpc / 0.4 / wpxmlrpc.podspec.json
blob29afa74b1c6e03ba140c8b3e469e121e66278a2a
2   "name": "wpxmlrpc",
3   "version": "0.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": "WordPress",
11   "source": {
12     "git": "https://github.com/wordpress-mobile/wpxmlrpc.git",
13     "tag": "0.4"
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   }