blob: a28fc2df09654be31e8c105e2d5b74e90daaf2a3 [file] [log] [blame]
{
"name": "TinySQLite",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TinySQLite": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"sqlite3": [
]
}
}