blob: 75c1b74c5ea30968fdb6a01f25a0a09152cd730b [file] [log] [blame]
{
"name": "SHMDatabase",
"version": "1.0.0",
"summary": "iOS石墨数据库组件",
"homepage": "https://github.com/shimohq/SHMDatabase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xietianchen": "akateason@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shimohq/SHMDatabase",
"tag": "1.0.0"
},
"source_files": "SHMDatabase/SHMDatabase/*.{h,m}",
"public_header_files": "SHMDatabase/SHMDatabase/*.h",
"dependencies": {
"YYModel": [
],
"FMDB": [
]
}
}