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",
10 "git": "https://github.com/gk-brown/HTTP-RPC.git",
17 "source_files": "Client/Objective-C/HTTPRPC/*.{h,m}"