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