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