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