blob: 771331e40f4db6980931d2a43a31933f91f4eb03 [file] [log] [blame]
{
"name": "ANDYDatabaseManager",
"version": "0.1.0",
"summary": "CoreData stack set up boilerplate.",
"description": " * Feeling tired of having CoreData boilerplate in your AppDelegate?\n\t\t * No more.\n",
"homepage": "https://github.com/NSElvis/ANDYDatabaseManager",
"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/ANDYDatabaseManager.git",
"tag": "0.1.0"
},
"source_files": "ANDYDatabaseManager/",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true
}