[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 8 / 1 / Telegraph / 0.6.0 / Telegraph.podspec.json
blobc0d19e207772320eed928550ddc5563a699c357b
2   "name": "Telegraph",
3   "version": "0.6.0",
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.6.0"
15   },
16   "source_files": "Sources/**/*.swift",
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0",
20     "osx": "10.10"
21   },
22   "dependencies": {
23     "CocoaAsyncSocket": [
24       "~> 7.5.1"
25     ],
26     "HTTPParserC": [
27       "~> 2.7.3"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"