blob: d3b71556542e61986b8ca410fff4fdaaa7420916 [file] [log] [blame]
{
"name": "ANDYDataManager",
"version": "0.5.0",
"summary": "CoreData stack set up boilerplate.",
"description": " * Feeling tired of having CoreData boilerplate in your AppDelegate?\n * No more.\n",
"homepage": "https://github.com/NSElvis/ANDYDataManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elvis Nunez": "elvisnunez@me.com"
},
"social_media_url": "http://twitter.com/NSElvis",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/NSElvis/ANDYDataManager.git",
"tag": "0.5.0"
},
"source_files": "ANDYDataManager/",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true
}