blob: 3f65e4aae87572572d89e5996e81fb04578ea183 [file] [log] [blame]
{
"name": "SQLite",
"version": "0.1.10",
"summary": "A framework for SQLite database written in Swift",
"description": "'A framework to facilitate developers to use SQLite database with convenience'",
"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.10"
},
"source_files": "SQLite/Classes/**/*",
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"tvos": "9.0"
},
"swift_version": "4.0"
}