[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 8 / d / GRDBCombine / 1.0.0-beta / GRDBCombine.podspec.json
blob752fd0038c743206145b9b45f0b7f07c6cfd33ff
2   "name": "GRDBCombine",
3   "version": "1.0.0-beta",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A set of extensions for SQLite, GRDB.swift, and Combine",
9   "homepage": "https://github.com/groue/GRDBCombine",
10   "authors": {
11     "Gwendal RouĂ©": "gr@pierlis.com"
12   },
13   "source": {
14     "git": "https://github.com/groue/GRDBCombine.git",
15     "tag": "v1.0.0-beta"
16   },
17   "module_name": "GRDBCombine",
18   "swift_versions": [
19     "5.2"
20   ],
21   "platforms": {
22     "ios": "13.0",
23     "osx": "10.15",
24     "watchos": "6.0",
25     "tvos": "13.0"
26   },
27   "frameworks": "Combine",
28   "default_subspecs": "default",
29   "subspecs": [
30     {
31       "name": "default",
32       "source_files": "Sources/GRDBCombine/*.swift",
33       "dependencies": {
34         "GRDB.swift": [
35           "~> 5.0-beta"
36         ]
37       }
38     },
39     {
40       "name": "SQLCipher",
41       "source_files": "Sources/GRDBCombine/*.swift",
42       "dependencies": {
43         "GRDB.swift/SQLCipher": [
44           "~> 5.0-beta"
45         ]
46       },
47       "xcconfig": {
48         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER",
49         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER"
50       }
51     }
52   ],
53   "swift_version": "5.2"