blob: cfab89853c6a605cd7a90f6cfa98cffc1fc4904d [file] [log] [blame]
{
"name": "RSRestKit",
"version": "0.1.2",
"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.2"
},
"source_files": [
"RSRestKit",
"RSRestKit/**/*.{h,m}"
],
"requires_arc": true
}