blob: 3e3ded51ee4ccc1a50b4ac762d0ef5820d180cb0 [file] [log] [blame]
{
"name": "TinySQLite",
"version": "0.3.1",
"summary": "A lightweight wrapper for SQLite written in Swift",
"homepage": "https://github.com/Oyvindkg/tinysqlite",
"license": "MIT",
"authors": {
"Øyvind Grimnes": "oyvindkg@yahoo.com"
},
"source": {
"git": "https://github.com/Oyvindkg/tinysqlite.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TinySQLite": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"sqlite3": [
]
}
}