blob: 724fd02819e07d89bfdcf199d9c2acb87f11d102 [file] [log] [blame]
{
"name": "SQLite",
"version": "0.1.13",
"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.13"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SQLite/Classes/**/*"
}