| { |
| "name": "JLDatabase", |
| "version": "0.2.0", |
| "summary": "JLDatabase base on FMDB", |
| "description": "JLDatabase base on FMDB, use FMDB is easy.", |
| "homepage": "https://github.com/lzkkk/JLDatabase", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lzkkk": "jlgoodlucky@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/lzkkk/JLDatabase.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "JLDatabase/Classes/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "FMDB": [ |
| |
| ] |
| } |
| } |