blob: 33cd96b07a6a42d1a530a2e742822a0acb9dcd05 [file] [log] [blame]
{
"name": "SQift",
"version": "3.0.1",
"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.0.1"
},
"source_files": "Source/**/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"libraries": "sqlite3"
}