| { | |
| "name": "SHMDatabase", | |
| "version": "1.0.1", | |
| "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.1" | |
| }, | |
| "source_files": "SHMDatabase/SHMDatabase/*.{h,m}", | |
| "public_header_files": "SHMDatabase/SHMDatabase/*.h", | |
| "dependencies": { | |
| "YYModel": [ | |
| ], | |
| "FMDB": [ | |
| ] | |
| } | |
| } |