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