2 "name": "SwiftSQLiteORM",
3 "version": "0.1.20241116",
4 "summary": "Swift ORM Protocol build on GRDB.swift/SQLCipher",
5 "description": "Swift ORM Protocol build on GRDB.swift/SQLCipher, will auto create and connect database file, create or alter table schema, mapping value between instance property and table column",
6 "homepage": "https://github.com/lalawue/SwiftSQLiteORM",
12 "lalawue": "suchaaa@gmail.com"
15 "git": "https://github.com/lalawue/SwiftSQLiteORM.git",
21 "swift_versions": "5.0",
22 "source_files": "SwiftSQLiteORM/Classes/**/*",
27 "GRDB.swift/SQLCipher": [
34 "swift_version": "5.0"