blob: 0fec475188464b99b8cc947bae1f4788a91d14df [file] [log] [blame]
{
"name": "DATAStack",
"version": "8.1.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 Nuñez": "elvisnunez@me.com"
},
"social_media_url": "http://twitter.com/3lvis",
"platforms": {
"ios": "12.0",
"osx": "10.15",
"watchos": "5.0",
"tvos": "12.0"
},
"source": {
"git": "https://github.com/3lvis/DATAStack.git",
"tag": "8.1.0"
},
"source_files": "Source/",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}