[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / e / b / HTTPRPC / 3.2.3 / HTTPRPC.podspec.json
blob1c12fc9ab693d776969483e930b1ecc8cd994a6f
2   "name": "HTTPRPC",
3   "version": "3.2.3",
4   "summary": "Cross-platform RPC over HTTP",
5   "description": "HTTP-RPC is a mechanism for executing remote procedure calls via HTTP. It combines the\nflexibility of SOAP with the simplicity of REST, allowing callers to invoke arbitrary\noperations on a remote endpoint using human-readable URLs and JSON rather than complex\nXML messages and descriptors.",
6   "homepage": "https://github.com/gk-brown/HTTP-RPC",
7   "license": "Apache License, Version 2.0",
8   "authors": "Greg Brown",
9   "source": {
10     "git": "https://github.com/gk-brown/HTTP-RPC.git",
11     "tag": "3.2.3"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source_files": "Client/Objective-C/HTTPRPC/*.{h,m}"