[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 1 / Telegraph / 0.29 / Telegraph.podspec.json
blobe1284a1ffd965bbc2039f75ed3cd42ef1686540c
2   "name": "Telegraph",
3   "version": "0.29",
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.29"
13   },
14   "source_files": "Sources/**/*.swift",
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0",
19     "osx": "10.10"
20   },
21   "dependencies": {
22     "CocoaAsyncSocket": [
23       "~> 7.6"
24     ],
25     "HTTPParserC": [
26       "~> 2.9"
27     ]
28   },
29   "swift_version": "5.0"