blob: 915479ec741a332fd0e83676e0769ff810d73b77 [file] [log] [blame]
{
"name": "DATAStack",
"version": "3.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/DATAStack",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elvis Nunez": "elvisnunez@me.com"
},
"social_media_url": "http://twitter.com/NSElvis",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/NSElvis/DATAStack.git",
"tag": "3.0.1"
},
"source_files": "Source/",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"NSObject-HYPTesting": [
"~> 1.2"
]
}
}