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