blob: 385ea042b20c8ecdac5c8f3f7a83ea7d43ba47a1 [file] [log] [blame]
{
"name": "SwiftHttp2",
"version": "0.0.1",
"summary": "An implementation of HTTP/2 in Swift",
"homepage": "https://github.com/GargoyleSoft/SwiftHttp2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gargoyle Software": "support@gargoylesoft.com"
},
"platforms": {
"osx": "10.12"
},
"source": {
"git": "https://github.com/GargoyleSoft/SwiftHttp2.git",
"tag": "0.0.1"
},
"source_files": "SwiftHttp2/**/*.swift",
"exclude_files": "SwiftHttp2/ApnsAuthHeader.swift"
}