[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / e / b / HTTPRPC / 3.2 / HTTPRPC.podspec.json
blob0aa50736b4b9006bd18c2304fd06f4d5ede41e68
2   "name": "HTTPRPC",
3   "version": "3.2",
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"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source_files": "Client/Objective-C/HTTPRPC/*.{h,m}"