blob: 0aa50736b4b9006bd18c2304fd06f4d5ede41e68 [file] [log] [blame]
{
"name": "HTTPRPC",
"version": "3.2",
"summary": "Cross-platform RPC over HTTP",
"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.",
"homepage": "https://github.com/gk-brown/HTTP-RPC",
"license": "Apache License, Version 2.0",
"authors": "Greg Brown",
"source": {
"git": "https://github.com/gk-brown/HTTP-RPC.git",
"tag": "3.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Client/Objective-C/HTTPRPC/*.{h,m}"
}