blob: 3f097100358d7be266dd649cc7a4716086a6914d [file] [log] [blame]
{
"name": "HJWebsocketDogma",
"version": "1.0.1",
"summary": "Websocket library based on HJAsyncTcpCommunicator.",
"homepage": "https://github.com/P9SOFT/HJWebsocketDogma",
"license": {
"type": "MIT"
},
"authors": {
"Tae Hyun Na": "taehyun.na@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/P9SOFT/HJWebsocketDogma.git",
"tag": "1.0.1"
},
"swift_version": "4.2",
"source_files": "Sources/*.swift",
"dependencies": {
"HJAsyncTcpCommunicator": [
"~> 1.2.0"
]
}
}