blob: 5d31714c070fe108d892c3fe302b3aeac3327e72 [file] [log] [blame]
{
"name": "HJWebsocketDogma",
"version": "2.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": "2.0.1"
},
"swift_version": "4.2",
"source_files": "Sources/*.swift",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"HJAsyncTcpCommunicator": [
"~> 2.0.0"
]
}
}