[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / d / c / 0 / CombineSupplement / 1.0.0 / CombineSupplement.podspec.json
blob0dbfd91d43e1c4efba0dd9412814b4d3ec19bc84
2   "name": "CombineSupplement",
3   "version": "1.0.0",
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.0"
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   "dependencies": {
28     "ThreadSafe": [
29       "~> 1.0"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Sources/Core/**/*.{swift}"
36     },
37     {
38       "name": "Replay",
39       "source_files": "Sources/Replay/**/*.{swift}",
40       "dependencies": {
41         "CombineSupplement/Core": [
43         ]
44       }
45     },
46     {
47       "name": "PropertyWrapper",
48       "source_files": "Sources/PropertyWrapper/**/*.{swift}",
49       "dependencies": {
50         "CombineSupplement/Replay": [
52         ]
53       }
54     },
55     {
56       "name": "Cancellable",
57       "source_files": "Sources/Cancellable/**/*.{swift}",
58       "dependencies": {
59         "CombineSupplement/Core": [
61         ]
62       }
63     },
64     {
65       "name": "Scheduler",
66       "source_files": "Sources/Scheduler/**/*.{swift}",
67       "dependencies": {
68         "CombineSupplement/Core": [
70         ]
71       }
72     },
73     {
74       "name": "Extension",
75       "source_files": "Sources/Extension/**/*.{swift}",
76       "dependencies": {
77         "CombineSupplement/Core": [
79         ]
80       }
81     }
82   ],
83   "swift_version": "5.1"