[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 1 / Telegraph / 0.19 / Telegraph.podspec.json
blob9fa4a0a25c4c3bbb56ce1e824bcfd01af2430243
2   "name": "Telegraph",
3   "version": "0.19",
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.19"
15   },
16   "source_files": "Sources/**/*.swift",
17   "swift_version": "4.2",
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   }