blob: 4124dd1ee597e70a83d35cdbee5958182d013e62 [file] [log] [blame]
{
"name": "Telegraph",
"version": "0.5.0",
"license": {
"type": "MPL2",
"file": "LICENSE"
},
"summary": "A Secure Web Server for iOS, tvOS and macOS",
"description": "Telegraph is a Secure Web Server for iOS, tvOS and macOS written in Swift.",
"homepage": "https://github.com/Building42/Telegraph",
"authors": "Building42",
"source": {
"git": "https://github.com/Building42/Telegraph.git",
"tag": "0.5.0"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5.1"
],
"HTTPParserC": [
"~> 2.7.1"
]
},
"pushed_with_swift_version": "3.0"
}