[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 3 / 1 / CombineNetwork / 1.0.2 / CombineNetwork.podspec.json
blob1b3907b7bf6167c79b875c1f4a831e533d87c3c9
2   "name": "CombineNetwork",
3   "platforms": {
4     "ios": "13.0"
5   },
6   "summary": "CombineNetwork allows a project to construct the network layer using Combine before iOS 13.",
7   "requires_arc": true,
8   "version": "1.0.2",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Adamas Zhu": "developer@adamaszhu.com"
15   },
16   "homepage": "https://github.com/adamaszhu/CombineNetwork",
17   "source": {
18     "git": "https://github.com/adamaszhu/CombineNetwork.git",
19     "tag": "1.0.2"
20   },
21   "frameworks": [
22     "Foundation",
23     "Combine",
24     "SystemConfiguration"
25   ],
26   "source_files": "CombineNetwork/**/*.{swift}",
27   "swift_versions": "5",
28   "dependencies": {
29     "CombineUtility": [
30       "~> 1.0.3"
31     ]
32   },
33   "swift_version": "5"