[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / e / b / SwiftSQLiteORM / 0.1.20241116 / SwiftSQLiteORM.podspec.json
blob2326be3103db9a53b818113029357e265183c61f
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lalawue": "suchaaa@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lalawue/SwiftSQLiteORM.git",
16     "tag": "0.1.20241116"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "SwiftSQLiteORM/Classes/**/*",
23   "dependencies": {
24     "Runtime": [
26     ],
27     "GRDB.swift/SQLCipher": [
29     ],
30     "SQLCipher": [
31       "~> 4.0"
32     ]
33   },
34   "swift_version": "5.0"