blob: 18fed61f779310d4e4b520f5e80748b3f9dea56f [file] [log] [blame]
{
"name": "DATAStack",
"version": "3.1.1",
"summary": "Core Data stack set up boilerplate",
"description": "* Feeling tired of having Core Data boilerplate in your AppDelegate?\n* No more.",
"homepage": "https://github.com/3lvis/DATAStack",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elvis Nunez": "elvisnunez@me.com"
},
"social_media_url": "http://twitter.com/3lvis",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/3lvis/DATAStack.git",
"tag": "3.1.1"
},
"source_files": "Source/",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"NSObject-HYPTesting": [
"~> 1.2"
]
}
}