blob: 0fa61cfbd29922983aaddc6c6871a18c86fdbe30 [file] [log] [blame]
{
"name": "ResplendentRestkit",
"version": "0.2.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ResplendentRestkit/Classes/**/*",
"frameworks": "MobileCoreServices",
"dependencies": {
"ResplendentUtilities": [
"~> 0.5.0"
],
"RestKit": [
"~> 0.27.0"
]
}
}