blob: 08361472507a22da552957afef5bb30689719379 [file] [log] [blame]
{
"name": "ResplendentRestkit",
"version": "0.2.0",
"summary": "A set of of tools to facilitate common Restkit usage.",
"homepage": "https://github.com/Resplendent/ResplendentRestkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Maer": "ben@resplendent.co",
"Richard Reitzfeld": "richie.reitzfeld@gmail.com"
},
"source": {
"git": "https://github.com/Resplendent/ResplendentRestkit.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ResplendentRestkit/Classes/**/*",
"frameworks": "MobileCoreServices",
"dependencies": {
"ResplendentUtilities": [
"~> 0.4.0"
],
"RestKit": [
"~> 0.27.0"
]
}
}