blob: b9e5f7d5d9cf896652e3e9dcc63fdcca53adb765 [file] [log] [blame]
{
"name": "SQLite",
"version": "0.1.17",
"swift_versions": "4.1",
"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/utills/SQLite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vivek Kumar": "ervivek94@icloud.com"
},
"source": {
"git": "https://github.com/utills/SQLite.git",
"tag": "0.1.17"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SQLite/Classes/**/*",
"swift_version": "4.1"
}