blob: a518b7fa0b2518ea85d590225d5561fa58ab9480 [file] [log] [blame]
{
"name": "librws",
"version": "1.0.0",
"summary": "Tiny, cross platform websocket client C library",
"description": "Tiny, cross platform websocket client C library.\n- No additional dependecies, exceprt pthread on unix-like platforms and Win threads on Windows\n- Single header library interface librws.h with public methods\n- Thread safe\n- Send/receive logic in background thread",
"homepage": "https://github.com/OlehKulykov/librws",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleh Kulykov": "info@resident.name"
},
"source": {
"git": "https://github.com/OlehKulykov/librws.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"*.h",
"src/*.{h,c}"
],
"public_header_files": "*.h",
"requires_arc": false,
"libraries": [
"pthread",
"stdc++"
]
}