blob: 2bf295a99acd5659eaf48a4bdbd536488a519dcf [file] [log] [blame]
{
"name": "WJDBCache",
"version": "1.0.0",
"summary": "WJDBCache FMDB 操作",
"description": "WJDBCache 数据持久化,http缓存,用户信息持久化",
"homepage": "https://github.com/weijiewen/WJDBCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weijiewen": "txywjw@icloud.com"
},
"source": {
"git": "https://github.com/weijiewen/WJDBCache.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WJDBCache/Classes/**/*",
"dependencies": {
"FMDB": [
"~> 2.7.2"
],
"SFHFKeychainUtils": [
"~> 0.0.1"
]
}
}