blob: a6f109eda2d101608601495656b60dbfb8b6be97 [file] [log] [blame]
{
"name": "SQift",
"version": "4.0.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": "4.0.0"
},
"source_files": "Source/**/*.swift",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"libraries": "sqlite3"
}