blob: 4a97f9470b1ac5b4d211d64d63e172c3b0fac042 [file] [log] [blame]
{
"name": "ANDYDataManager",
"version": "1.2.2",
"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": "5.0"
},
"source": {
"git": "https://github.com/NSElvis/ANDYDataManager.git",
"tag": "1.2.2"
},
"source_files": "ANDYDataManager/",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true
}