| { |
| "name": "SwiftNIOHPACK", |
| "version": "1.14.2", |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE.txt" |
| }, |
| "summary": "Useful code around SwiftNIO.", |
| "homepage": "https://github.com/apple/swift-nio-http2", |
| "authors": "Apple Inc.", |
| "source": { |
| "git": "https://github.com/apple/swift-nio-http2.git", |
| "tag": "1.14.2" |
| }, |
| "documentation_url": "https://apple.github.io/swift-nio-http2/", |
| "module_name": "NIOHPACK", |
| "swift_versions": "5.0", |
| "cocoapods_version": ">=1.6.0", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12", |
| "tvos": "10.0" |
| }, |
| "source_files": "Sources/NIOHPACK/**/*.{swift,c,h}", |
| "dependencies": { |
| "SwiftNIO": [ |
| ">= 2.11.0", |
| "< 3" |
| ], |
| "SwiftNIOConcurrencyHelpers": [ |
| ">= 2.11.0", |
| "< 3" |
| ], |
| "SwiftNIOHTTP1": [ |
| ">= 2.11.0", |
| "< 3" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |