| { |
| "name": "JXFMDBMOperator", |
| "version": "1.0.4", |
| "summary": "SQLite Operator base on FMDB .", |
| "description": "在 FMDB 的基础上简单封装一些操作数据库的 API 。", |
| "homepage": "https://github.com/itwyhuaing/JXFMDBMOperator", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "hnbwyh": "itwyhuaing@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/itwyhuaing/JXFMDBMOperator.git", |
| "tag": "1.0.4" |
| }, |
| "source_files": "JXFMDBMOperator/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "FMDB": [ |
| "2.7.2" |
| ] |
| } |
| } |