blob: 7d8bf9d345803d5035196b1658f2dc000494b023 [file] [log] [blame]
{
"name": "Telegraph",
"version": "0.16",
"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.16"
},
"source_files": "Sources/**/*.swift",
"xcconfig": {
"SWIFT_VERSION": "4.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5"
],
"HTTPParserC": [
"~> 2.7"
]
}
}