blob: db68fbe9688da07cd6bb82d15fd4a25ff3f5fe1c [file] [log] [blame]
{
"name": "Telegraph",
"version": "0.26",
"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.26"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5"
],
"HTTPParserC": [
"~> 2.7"
]
},
"swift_version": "5.0"
}