[Add] BlueBillywigNativePlayerKit-iOS 8.17.0
[CocoaPods.git] / Specs / d / c / 0 / CombineSupplement / 1.0.2 / CombineSupplement.podspec.json
blobdd22ea895fe7db2bf03c27511fe71f8c8eb64cd0
2   "name": "CombineSupplement",
3   "version": "1.0.2",
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.0.2"
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   "dependencies": {
25     "ThreadSafe": [
26       "~> 1.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/Core/**/*.{swift}"
33     },
34     {
35       "name": "Replay",
36       "source_files": "Sources/Replay/**/*.{swift}",
37       "dependencies": {
38         "CombineSupplement/Core": [
40         ]
41       }
42     },
43     {
44       "name": "PropertyWrapper",
45       "source_files": "Sources/PropertyWrapper/**/*.{swift}",
46       "dependencies": {
47         "CombineSupplement/Replay": [
49         ]
50       }
51     },
52     {
53       "name": "Cancellable",
54       "source_files": "Sources/Cancellable/**/*.{swift}",
55       "dependencies": {
56         "CombineSupplement/Core": [
58         ]
59       }
60     },
61     {
62       "name": "Scheduler",
63       "source_files": "Sources/Scheduler/**/*.{swift}",
64       "dependencies": {
65         "CombineSupplement/Core": [
67         ]
68       }
69     },
70     {
71       "name": "Extension",
72       "source_files": "Sources/Extension/**/*.{swift}",
73       "dependencies": {
74         "CombineSupplement/Core": [
76         ]
77       }
78     }
79   ],
80   "swift_version": "5.1"