blob: 51a0512095a8b075400afce7326c469687cf3a4c [file] [log] [blame]
{
"name": "Telegraph",
"version": "0.8.1",
"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.8.1"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5"
],
"HTTPParserC": [
"~> 2.7"
]
},
"pushed_with_swift_version": "3.0"
}