[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 1 / SwiftNIOTransportServices / 1.9.0 / SwiftNIOTransportServices.podspec.json
blob83e7f07e3dfbaca4c5eefe0a1c6e94133983de47
2   "name": "SwiftNIOTransportServices",
3   "version": "1.9.0",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE.txt"
7   },
8   "summary": "Extensions for SwiftNIO to support Apple platforms as first-class citizens.",
9   "homepage": "https://github.com/apple/swift-nio-transport-services",
10   "authors": "Apple Inc.",
11   "source": {
12     "git": "https://github.com/apple/swift-nio-transport-services.git",
13     "tag": "1.9.0"
14   },
15   "documentation_url": "https://github.com/apple/swift-nio-transport-services",
16   "module_name": "NIOTransportServices",
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   },
24   "source_files": "Sources/NIOTransportServices/**/*.swift",
25   "dependencies": {
26     "SwiftNIO": [
27       ">= 2.22.0",
28       "< 3"
29     ],
30     "SwiftNIOFoundationCompat": [
31       ">= 2.22.0",
32       "< 3"
33     ],
34     "SwiftNIOConcurrencyHelpers": [
35       ">= 2.22.0",
36       "< 3"
37     ],
38     "SwiftNIOTLS": [
39       ">= 2.22.0",
40       "< 3"
41     ]
42   },
43   "swift_version": "5.0"