[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 8 / d / GRDBCombine / 0.8.0 / GRDBCombine.podspec.json
blobd3ceabd60bbe408378d065fa6654edfc3d2c0704
2   "name": "GRDBCombine",
3   "version": "0.8.0",
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": "v0.8.0"
16   },
17   "module_name": "GRDBCombine",
18   "swift_versions": [
19     "5.0"
20   ],
21   "platforms": {
22     "ios": "13.0",
23     "osx": "10.15",
24     "watchos": "6.0",
25     "tvos": "13.0"
26   },
27   "frameworks": "Combine",
28   "source_files": "Sources/GRDBCombine/*.swift",
29   "dependencies": {
30     "GRDB.swift": [
31       "~> 4.1"
32     ]
33   },
34   "swift_version": "5.0"