blob: 10463d394143c9949623a16bbc259e2da2bdfbb8 [file] [log] [blame]
{
"name": "SQift",
"version": "3.2.0",
"license": "MIT",
"summary": "A lightweight Swift wrapper for SQLite.",
"homepage": "https://github.com/Nike-Inc/SQift",
"authors": {
"Dave Camp": "dave.camp@nike.com",
"Christian Noon": "christian.noon@nike.com"
},
"source": {
"git": "https://github.com/Nike-Inc/SQift.git",
"tag": "3.2.0"
},
"source_files": "Source/**/*.swift",
"swift_version": "4.1",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"libraries": "sqlite3"
}