[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / f / 8 / 1 / Telegraph / 0.2.0 / Telegraph.podspec.json
blobc4ab92e2bad0ee806272b1c4c7994c8fb2430014
2   "name": "Telegraph",
3   "version": "0.2.0",
4   "license": {
5     "type": "MPL2",
6     "file": "LICENSE"
7   },
8   "summary": "A Secure Web Server for iOS and tvOS",
9   "description": "Telegraph is a Secure Web Server for iOS and tvOS 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.2.0"
15   },
16   "source_files": "Telegraph/Source/**/*.swift",
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0"
20   },
21   "dependencies": {
22     "CocoaAsyncSocket": [
23       "~> 7.5.1"
24     ],
25     "HTTPParserC": [
26       "~> 2.7.1"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"