blob: 38f2822c6d2d4ede33593ca8ac6b056ffd51db23 [file] [log] [blame]
{
"name": "SQLiteWrapper",
"version": "0.1.3",
"summary": "A very lightweight SQLite wrapper with a SQL like API",
"description": "A very lightweight SQLite wrapper with a SQL like API.",
"homepage": "https://github.com/dave234/SQLiteWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dave234": "dave234@users.noreply.github.com"
},
"source": {
"git": "https://github.com/dave234/SQLiteWrapper.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.7"
},
"source_files": "SQLiteWrapper/Classes/**/*",
"requires_arc": true,
"dependencies": {
"sqlite3": [
]
}
}