blob: c1e73dc9810bcef7055b8234f279dfa7f3d3d8a4 [file] [log] [blame]
{
"name": "HTTPRPC",
"version": "3.6.4",
"summary": "Lightweight multi-platform REST client",
"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.",
"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.6.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Client/Objective-C/HTTPRPC/*.{h,m}"
}