[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / c / d / SwiftNIOExtras / 1.11.0 / SwiftNIOExtras.podspec.json
blobb3b0842dd8b55ee143e8045b37fe90535ee371e8
2   "name": "SwiftNIOExtras",
3   "version": "1.11.0",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE.txt"
7   },
8   "summary": "Useful code around SwiftNIO.",
9   "homepage": "https://github.com/apple/swift-nio-extras",
10   "authors": "Apple Inc.",
11   "source": {
12     "git": "https://github.com/apple/swift-nio-extras.git",
13     "tag": "1.11.0"
14   },
15   "documentation_url": "https://github.com/apple/swift-nio-extras",
16   "module_name": "NIOExtras",
17   "swift_versions": "5.0",
18   "cocoapods_version": ">=1.6.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "6.0"
24   },
25   "dependencies": {
26     "CNIOAtomics": [
27       ">= 2.32.0",
28       "< 3"
29     ],
30     "CNIODarwin": [
31       ">= 2.32.0",
32       "< 3"
33     ],
34     "CNIOLinux": [
35       ">= 2.32.0",
36       "< 3"
37     ],
38     "CNIOWindows": [
39       ">= 2.32.0",
40       "< 3"
41     ],
42     "SwiftNIO": [
43       ">= 2.32.0",
44       "< 3"
45     ],
46     "SwiftNIOConcurrencyHelpers": [
47       ">= 2.32.0",
48       "< 3"
49     ],
50     "SwiftNIOCore": [
51       ">= 2.32.0",
52       "< 3"
53     ],
54     "SwiftNIOEmbedded": [
55       ">= 2.32.0",
56       "< 3"
57     ],
58     "SwiftNIOPosix": [
59       ">= 2.32.0",
60       "< 3"
61     ],
62     "_NIODataStructures": [
63       ">= 2.32.0",
64       "< 3"
65     ]
66   },
67   "source_files": "Sources/NIOExtras/**/*.swift",
68   "swift_version": "5.0"