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