blob: bff121a423d2aa7378708ea5377b028e661fec80 [file] [log] [blame]
{
"name": "TinySQLite",
"version": "0.4.2",
"summary": "A lightweight, type safe, SQLite wrapper written in Swift 3",
"description": "lightweight, type safe, SQLite wrapper written in Swift 3 with error handling",
"homepage": "https://github.com/Oyvindkg/tinysqlite",
"license": "MIT",
"authors": {
"Øyvind Grimnes": "oyvindkg@yahoo.com"
},
"source": {
"git": "https://github.com/Oyvindkg/tinysqlite.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "TinySQLite/Classes/**/*",
"dependencies": {
"sqlite3": [
]
},
"pushed_with_swift_version": "3.0"
}