blob: b04cec19701acf125901028acb84edd9e8f16c7d [file] [log] [blame]
{
"name": "KZ_Database",
"version": "0.1.5",
"summary": "iOS & macOS database.",
"homepage": "https://github.com/KieronZhang/KZ_Database",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "https://github.com/KieronZhang"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_Database.git",
"tag": "0.1.5",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"libraries": "sqlite3",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"vendored_frameworks": "KZ_Database/KZ_Database_iOS.framework"
},
"osx": {
"vendored_frameworks": "KZ_Database/KZ_Database_macOS.framework"
},
"dependencies": {
"KZ_JSON": [
]
}
}