[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 9 / 2 / CombineOperators / 1.45.0 / CombineOperators.podspec.json
blob389c3b21790c4c5d4d7e19ac5eb604b70861376b
2   "name": "CombineOperators",
3   "version": "1.45.0",
4   "summary": "A short description of CombineOperators.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/dankinsoid/CombineOperators",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Voidilov": "voidilov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dankinsoid/CombineOperators.git",
16     "tag": "1.45.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "Sources/CombineOperators/**/*",
23   "dependencies": {
24     "VD": [
25       "~> 1.13.0"
26     ]
27   },
28   "frameworks": [
29     "Foundation",
30     "UIKit",
31     "Combine"
32   ],
33   "subspecs": [
34     {
35       "name": "CombineCocoa",
36       "source_files": [
37         "Sources/CombineCocoa/**/*.swift",
38         "Sources/CombineCocoaRuntime/**/*",
39         "Sources/CombineOperators/**/*"
40       ],
41       "frameworks": [
42         "Foundation",
43         "UIKit",
44         "Combine"
45       ],
46       "dependencies": {
47         "VD": [
49         ]
50       }
51     }
52   ],
53   "swift_version": "5.1"