blob: 92451fe7d0e9d7c6b172b7750269075e3483a6d3 [file] [log] [blame]
{
"name": "DATAStack",
"version": "4.0.2",
"summary": "Core Data stack 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": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/3lvis/DATAStack.git",
"tag": "4.0.2"
},
"source_files": "Source/",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"TestCheck": [
"~> 0.2.1"
]
}
}