blob: c736ba7225544c1ccaf19aec672f6c61989bd82f [file] [log] [blame]
{
"name": "SQLiteQuery",
"version": "1.0.0",
"summary": "An easy to use SQLite wrapper for Swift 4",
"description": "Write SQL queries and get results. This framework is great for developers who like to write their own SQL queries.",
"homepage": "https://github.com/Bizbinus/sqlitequery",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gail Sparks": "gailsparks@gmail.com"
},
"source": {
"git": "https://github.com/Bizbinus/sqlitequery.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"SQLiteQuery/",
"SQLiteQuery/**/*.{h,m,swift}"
],
"pushed_with_swift_version": "4.0"
}