[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 7 / b / HJWebsocketDogma / 2.0.1 / HJWebsocketDogma.podspec.json
blob5d31714c070fe108d892c3fe302b3aeac3327e72
2   "name": "HJWebsocketDogma",
3   "version": "2.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": "2.0.1"
18   },
19   "swift_version": "4.2",
20   "source_files": "Sources/*.swift",
21   "pod_target_xcconfig": {
22     "DEFINES_MODULE": "YES"
23   },
24   "dependencies": {
25     "HJAsyncTcpCommunicator": [
26       "~> 2.0.0"
27     ]
28   }