blob: 9a2b86c5faf476d0ac78de9e552c7440eaa08116 [file] [log] [blame]
{
"name": "SQift",
"version": "5.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": "5.0.1"
},
"source_files": "Source/**/*.swift",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"libraries": "sqlite3",
"swift_version": "5.0"
}