blob: 845fc211085268128f12009bb2c6a2dafb3c96e3 [file] [log] [blame]
{
"name": "DATAStack",
"version": "2.5",
"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/DATAStack",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elvis Nunez": "elvisnunez@me.com"
},
"social_media_url": "http://twitter.com/NSElvis",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/NSElvis/DATAStack.git",
"tag": "2.5"
},
"source_files": "Source/",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true
}