| { |
| "name": "DLFMDB", |
| "version": "0.1.0", |
| "summary": "A Cocoa / Objective-C wrapper around FMDB.", |
| "homepage": "https://github.com/LinDing/DLFMDB", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "LinDing": "dinglin1991@yeah.net" |
| }, |
| "source": { |
| "git": "https://github.com/LinDing/DLFMDB.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "standard", |
| "subspecs": [ |
| { |
| "name": "standard", |
| "libraries": "sqlite3", |
| "source_files": "DLFMDB/Classes/**/*", |
| "dependencies": { |
| "FMDB": [ |
| |
| ] |
| } |
| } |
| ] |
| } |