blob: 38d07045551569e41cacc466cd8332c61bcd3354 [file] [log] [blame]
{
"name": "SHDB",
"version": "0.1.0",
"summary": "A short description of SHDB.",
"description": "基于FMDB的简单数据库框架封装,满足简单的基础功能。",
"homepage": "https://github.com/BoySimonHu/SHDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BoySimonHu": "hfzdeyx@163.com"
},
"source": {
"git": "https://github.com/BoySimonHu/SHDB.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SHDB/Classes/**/*",
"dependencies": {
"FMDB/SQLCipher": [
],
"FMDB": [
],
"MJExtension": [
]
}
}