[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / 1 / SwiftNIOTransportServices / 1.11.4 / SwiftNIOTransportServices.podspec.json
blob1c4d2bce20f1e5af868b71eb98496e939dc96b2c
2   "name": "SwiftNIOTransportServices",
3   "version": "1.11.4",
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.11.4"
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     "watchos": "6.0"
24   },
25   "source_files": "Sources/NIOTransportServices/**/*.swift",
26   "dependencies": {
27     "SwiftNIO": [
28       ">= 2.32.0",
29       "< 3"
30     ],
31     "SwiftNIOFoundationCompat": [
32       ">= 2.32.0",
33       "< 3"
34     ],
35     "SwiftNIOConcurrencyHelpers": [
36       ">= 2.32.0",
37       "< 3"
38     ],
39     "SwiftNIOTLS": [
40       ">= 2.32.0",
41       "< 3"
42     ]
43   },
44   "swift_version": "5.0"