blob: 3695c3e82f090dffd07615c3d78c6dd2e69b2039 [file] [log] [blame]
{
"name": "SQLiteSwift",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SQLiteSwift/*.swift",
"dependencies": {
"FMDB": [
"~> 2.6"
]
}
}