blob: 6e0ad2770a83b042ba2d4ec0976769c548fc0622 [file] [log] [blame]
{
"name": "DATAStack",
"version": "7.0.1",
"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/SyncDB/DATAStack",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SyncDB": "syncdb.contact@gmail.com"
},
"social_media_url": "http://twitter.com/Sync_DB",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/SyncDB/DATAStack.git",
"tag": "7.0.1"
},
"source_files": "Source/",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}