blob: 2739e529bcc11844b7824ea99202cec6ca7b2f46 [file] [log] [blame]
{
"name": "Bagua",
"version": "0.2.9",
"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.2.9"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "Bagua/Classes/**/*",
"frameworks": "CoreData"
}