blob: 2b3bbc68718e18fc5d4d4ad1c48ac7cd1b747c63 [file] [log] [blame]
{
"name": "EMStore",
"version": "1.0.2",
"summary": "A simple SQLite wrapper library for faster setup of core data",
"description": "With thos 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@styria.com"
},
"source": {
"git": "https://github.com/EMart86/EMStore.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EMStore/Classes/**/*",
"pushed_with_swift_version": "3.0"
}