blob: 4ca218aa523052f5760525508bfe6e9faf29404c [file] [log] [blame]
{
"name": "SQLite",
"version": "0.1.12",
"summary": "A wrapper to facilitate developers to use SQLite database in swift easily",
"description": "'A wrapper to facilitate developers to use SQLite database in swift with ready to use class'",
"homepage": "https://github.com/ervivek40/SQLite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vivek Kumar": "ervivek40@gmail.com"
},
"source": {
"git": "https://github.com/ervivek40/SQLite.git",
"tag": "0.1.12"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SQLite/Classes/**/*"
}