blob: 7357ff667127a98433aa3c1f42b00a1c34623177 [file] [log] [blame]
{
"name": "Telegraph",
"version": "0.27",
"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.27"
},
"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"
}