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