[Add] BlueBillywigNativePlayerKit-iOS 8.17.0
[CocoaPods.git] / Specs / d / c / 0 / CombineSupplement / 0.0.9 / CombineSupplement.podspec.json
blob21caadfa812aaadf35c1f3e66b6d79deee6c093e
2   "name": "CombineSupplement",
3   "version": "0.0.9",
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.0.9"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "cocoapods_version": ">= 1.11.0",
18   "swift_versions": [
19     "5.0"
20   ],
21   "static_framework": true,
22   "requires_arc": true,
23   "frameworks": "Combine",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Core/**/*.{swift}"
28     },
29     {
30       "name": "PropertyWrapper",
31       "source_files": "Sources/PropertyWrapper/**/*.{swift}",
32       "dependencies": {
33         "CombineSupplement/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Cancellable",
40       "source_files": "Sources/Cancellable/**/*.{swift}",
41       "dependencies": {
42         "CombineSupplement/Core": [
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.0"