blob: ee96ae496fc38dce422d328affc2338f7c57e527 [file] [log] [blame]
{
"name": "KZStoreManager",
"version": "0.2.0",
"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.2.0"
},
"source_files": "StoreManager/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "StoreManager/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MMKV": [
]
}
}