blob: 67bd94c5161537d0c6d8195c4a6c6632ddb2f0b3 [file] [log] [blame]
{
"name": "KZStoreManager",
"version": "0.0.1",
"summary": "KZStoreManager is db store manager",
"description": "KZStoreManager can get http data from db and fmdb",
"homepage": "http://git.kanzhun-inc.com/bosszhipin/kzstoremanager",
"license": "MIT",
"authors": {
"yangmaosheng": "yangmaosheng@techwolf.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.kanzhun-inc.com/bosszhipin/kzstoremanager.git",
"tag": "0.0.1"
},
"source_files": "StoreManager/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "StoreManager/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"FMDB": [
]
}
}