[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / c / 0 / CombineSupplement / 1.2.1 / CombineSupplement.podspec.json
blob55226223be4bacc6284b3cf2c01ce2ae8b90c301
2   "name": "CombineSupplement",
3   "version": "1.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": "1.2.1"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": [
18     "5.1"
19   ],
20   "static_framework": true,
21   "requires_arc": true,
22   "frameworks": "Combine",
23   "dependencies": {
24     "ThreadSafe": [
25       "~> 1.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/Core/**/*.{swift}"
32     },
33     {
34       "name": "Replay",
35       "source_files": "Sources/Replay/**/*.{swift}",
36       "dependencies": {
37         "CombineSupplement/Core": [
39         ]
40       }
41     },
42     {
43       "name": "PropertyWrapper",
44       "source_files": "Sources/PropertyWrapper/**/*.{swift}",
45       "dependencies": {
46         "CombineSupplement/Replay": [
48         ]
49       }
50     },
51     {
52       "name": "Cancellable",
53       "source_files": "Sources/Cancellable/**/*.{swift}",
54       "dependencies": {
55         "CombineSupplement/Core": [
57         ]
58       }
59     },
60     {
61       "name": "Scheduler",
62       "source_files": "Sources/Scheduler/**/*.{swift}",
63       "dependencies": {
64         "CombineSupplement/Core": [
66         ]
67       }
68     },
69     {
70       "name": "Extension",
71       "source_files": "Sources/Extension/**/*.{swift}",
72       "dependencies": {
73         "CombineSupplement/Core": [
75         ]
76       }
77     }
78   ],
79   "swift_version": "5.1"