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