[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 8 / 1 / Telegraph / 0.17 / Telegraph.podspec.json
blobd3925f758c84edbeb1a6ac7dbc16e68a5aa2dca2
2   "name": "Telegraph",
3   "version": "0.17",
4   "summary": "A Secure Web Server for iOS, tvOS and macOS",
5   "description": "Telegraph is a Secure Web Server for iOS, tvOS and macOS written in Swift.",
6   "license": {
7     "type": "MPL2",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/Building42/Telegraph",
11   "authors": "Building42",
12   "source": {
13     "git": "https://github.com/Building42/Telegraph.git",
14     "tag": "0.17"
15   },
16   "source_files": "Sources/**/*.swift",
17   "swift_version": "4.1",
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.10"
22   },
23   "dependencies": {
24     "CocoaAsyncSocket": [
25       "~> 7.5"
26     ],
27     "HTTPParserC": [
28       "~> 2.7"
29     ]
30   }