{ | |
"name": "SQLiteSwift", | |
"version": "0.1.0", | |
"summary": "Simple sqlite library written in Swift.", | |
"homepage": "https://github.com/ohde-sg/SQLiteSwift", | |
"license": "MIT", | |
"authors": { | |
"ohde-sg": "ohde@socialgrid.co.jp" | |
}, | |
"source": { | |
"git": "https://github.com/ohde-sg/SQLiteSwift.git", | |
"tag": "0.1.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"requires_arc": true, | |
"source_files": "SQLiteSwift/*.swift", | |
"dependencies": { | |
"FMDB": [ | |
"~> 2.6" | |
] | |
} | |
} |