[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / c / 0 / CombineSupplement / 0.2.1 / CombineSupplement.podspec.json
bloba02f62f6a870c22873d119801de936e194bd0fda
2   "name": "CombineSupplement",
3   "version": "0.2.1",
4   "summary": "Combine Supplement",
5   "homepage": "https://github.com/jiasongs/CombineSupplement",
6   "license": "MIT",
7   "authors": {
8     "ruanmei": "jiasong@ruanmei.com"
9   },
10   "source": {
11     "git": "https://github.com/jiasongs/CombineSupplement.git",
12     "tag": "0.2.1"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "cocoapods_version": ">= 1.11.0",
18   "swift_versions": [
19     "5.1"
20   ],
21   "static_framework": true,
22   "requires_arc": true,
23   "frameworks": "Combine",
24   "pod_target_xcconfig": {
25     "SWIFT_INSTALL_OBJC_HEADER": "NO"
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Core/**/*.{swift}"
31     },
32     {
33       "name": "Replay",
34       "source_files": "Sources/Replay/**/*.{swift}",
35       "dependencies": {
36         "CombineSupplement/Core": [
38         ]
39       }
40     },
41     {
42       "name": "PropertyWrapper",
43       "source_files": "Sources/PropertyWrapper/**/*.{swift}",
44       "dependencies": {
45         "CombineSupplement/Replay": [
47         ]
48       }
49     },
50     {
51       "name": "Cancellable",
52       "source_files": "Sources/Cancellable/**/*.{swift}",
53       "dependencies": {
54         "CombineSupplement/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Scheduler",
61       "source_files": "Sources/Scheduler/**/*.{swift}",
62       "dependencies": {
63         "CombineSupplement/Core": [
65         ]
66       }
67     }
68   ],
69   "swift_version": "5.1"