blob: 72557585e5824e5df7a4c5e969f49b50e24ad127 [file] [log] [blame]
{
"name": "EMStore",
"version": "1.6.0",
"swift_versions": "5.0",
"summary": "A simple SQLite wrapper library for faster setup of core data",
"description": "With this library, you don't need to write all this ManagedObjectContext and Persistance Store Coordinator, because it does that for you. All you need to do is to focus on your models.",
"homepage": "https://github.com/EMart86/EMStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eberl_ma@gmx.at": "Martin Eberl"
},
"source": {
"git": "https://github.com/EMart86/EMStore.git",
"tag": "1.6.0"
},
"platforms": {
"ios": "9.0",
"tvos": "10.0"
},
"source_files": "EMStore/Classes/**/*",
"swift_version": "5.0"
}