blob: b07a227c4fb437322d77c214a1f22af451ed52b0 [file] [log] [blame]
{
"name": "Telegraph",
"version": "0.21",
"license": "MIT",
"summary": "Secure Web Server for iOS, tvOS and macOS",
"description": "Telegraph is a Secure Web Server for iOS, tvOS and macOS written in Swift.",
"authors": "Building42",
"homepage": "https://github.com/Building42/Telegraph",
"documentation_url": "https://building42.github.io/Telegraph/",
"source": {
"git": "https://github.com/Building42/Telegraph.git",
"tag": "0.21"
},
"source_files": "Sources/**/*.swift",
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5"
],
"HTTPParserC": [
"~> 2.7"
]
}
}