blob: 6ac942fb7e3eaf9bd01f74c8518d68e4d157ef0a [file] [log] [blame]
{
"name": "Bagua",
"version": "0.4.1",
"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.4.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "Bagua/Classes/**/*",
"frameworks": "CoreData"
}