[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / e / b / HTTPRPC / 3.6.2 / HTTPRPC.podspec.json
blob60bd4db8d31563cfb7e311e71e146207d79cf658
2   "name": "HTTPRPC",
3   "version": "3.6.2",
4   "summary": "Lightweight multi-platform REST client",
5   "description": "HTTP-RPC is an open-source framework for simplifying development of REST applications.\nIt allows developers to access REST-based web services using a convenient, RPC-like\nmetaphor while preserving fundamental REST principles such as statelessness and uniform\nresource access.",
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.6.2"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source_files": "Client/Objective-C/HTTPRPC/*.{h,m}"