blob: 101a7a805733b1fbcf11c7d5ea2c3fb7039d6a78 [file] [log] [blame]
{
"name": "SQLite",
"version": "0.1.22",
"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.22"
},
"platforms": {
"ios": "8.0",
"watchos": "6.2"
},
"source_files": "SQLite/Classes/**/*",
"swift_version": "4.1"
}