blob: 8f7be530f879ccce577086d1653d01358fdfe0b9 [file] [log] [blame]
{
"name": "DATAStack",
"version": "6.0.0",
"summary": "100% Swift Simple Boilerplate Free Core Data Stack",
"description": "* Easier thread safety\n* Runs synchronously in testing enviroments\n* No singletons\n* SQLite and InMemory support out of the box\n* Easy database drop method\n* Swift\n* Objective-C support\n* Free",
"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": "6.0.0"
},
"source_files": "Source/",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true
}