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