[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / b / HJWebsocketDogma / 1.0.1 / HJWebsocketDogma.podspec.json
blob3f097100358d7be266dd649cc7a4716086a6914d
2   "name": "HJWebsocketDogma",
3   "version": "1.0.1",
4   "summary": "Websocket library based on HJAsyncTcpCommunicator.",
5   "homepage": "https://github.com/P9SOFT/HJWebsocketDogma",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Tae Hyun Na": "taehyun.na@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/P9SOFT/HJWebsocketDogma.git",
17     "tag": "1.0.1"
18   },
19   "swift_version": "4.2",
20   "source_files": "Sources/*.swift",
21   "dependencies": {
22     "HJAsyncTcpCommunicator": [
23       "~> 1.2.0"
24     ]
25   }