blob: 8c369d021b672c84997a6ef57085222b779974c9 [file] [log] [blame]
{
"name": "KZ_DatabaseModel",
"version": "0.1",
"summary": "iOS database.",
"homepage": "https://github.com/KieronZhang/KZ_DatabaseModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang.": "https://github.com/KieronZhang"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_DatabaseModel.git",
"tag": "0.1",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": "Foundation",
"vendored_frameworks": "KZ_DatabaseModel/KZ_DatabaseModelFramework.framework",
"requires_arc": true,
"dependencies": {
"KZ_Model": [
],
"KZ_Database": [
]
}
}