blob: 0b42fbd241da9acf343edbf4a092099da9e72f6a [file] [log] [blame]
{
"name": "Bagua",
"version": "0.1.0",
"summary": "Swift wrapper around CoreData stack inspired by Realm",
"homepage": "https://github.com/Lavmint/Bagua",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexey Averkin": "lavmint@gmail.com"
},
"source": {
"git": "https://github.com/Lavmint/Bagua.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "Bagua/Classes/**/*",
"frameworks": "CoreData"
}