[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / c / 0 / CombineSupplement / 0.0.2 / CombineSupplement.podspec.json
blob5033a6b6987c695d66a1b304f2f884b1d0157c1d
2   "name": "CombineSupplement",
3   "version": "0.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": "0.0.2"
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     },
33     {
34       "name": "Cancellable",
35       "source_files": "Sources/Cancellable/**/*.{swift}",
36       "dependencies": {
37         "CombineSupplement/Core": [
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.0"