blob: c4ab92e2bad0ee806272b1c4c7994c8fb2430014 [file] [log] [blame]
{
"name": "Telegraph",
"version": "0.2.0",
"license": {
"type": "MPL2",
"file": "LICENSE"
},
"summary": "A Secure Web Server for iOS and tvOS",
"description": "Telegraph is a Secure Web Server for iOS and tvOS written in Swift.",
"homepage": "https://github.com/Building42/Telegraph",
"authors": "Building42",
"source": {
"git": "https://github.com/Building42/Telegraph.git",
"tag": "0.2.0"
},
"source_files": "Telegraph/Source/**/*.swift",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5.1"
],
"HTTPParserC": [
"~> 2.7.1"
]
},
"pushed_with_swift_version": "3.0"
}