[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / 2 / 8 / SwiftNIOHPACK / 1.14.2 / SwiftNIOHPACK.podspec.json
blob230bbba9da61c74f2f458da98ed194a160b3399e
2   "name": "SwiftNIOHPACK",
3   "version": "1.14.2",
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-http2",
10   "authors": "Apple Inc.",
11   "source": {
12     "git": "https://github.com/apple/swift-nio-http2.git",
13     "tag": "1.14.2"
14   },
15   "documentation_url": "https://apple.github.io/swift-nio-http2/",
16   "module_name": "NIOHPACK",
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/NIOHPACK/**/*.{swift,c,h}",
25   "dependencies": {
26     "SwiftNIO": [
27       ">= 2.11.0",
28       "< 3"
29     ],
30     "SwiftNIOConcurrencyHelpers": [
31       ">= 2.11.0",
32       "< 3"
33     ],
34     "SwiftNIOHTTP1": [
35       ">= 2.11.0",
36       "< 3"
37     ]
38   },
39   "swift_version": "5.0"