blob: 28929161d31972c27d91231741bdc75b439ad245 [file] [log] [blame]
{
"name": "RSRestKit",
"version": "0.1.1",
"summary": "Simple framework for REST API with routing & mapping support",
"description": " The main idea of this framework is to simplify working with REST API: from mapping to requests to RESTful web service.\n",
"homepage": "https://github.com/RishatShamsutdinov/RSRestKit",
"license": "Apache License, Version 2.0",
"authors": {
"Rishat Shamsutdinov": "dichat.dark@gmail.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/RishatShamsutdinov/RSRestKit.git",
"tag": "v0.1.1"
},
"source_files": [
"RSRestKit",
"RSRestKit/**/*.{h,m}"
],
"requires_arc": true
}