blob: b48f45b664c18a17c4e5106e605023e06d0cffc1 [file] [log] [blame]
{
"name": "librws",
"version": "1.2.1",
"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.2.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"*.h",
"src/*.{h,c}",
"contrib/objc/*.{h,m}"
],
"public_header_files": [
"*.h",
"contrib/objc/*.h"
],
"requires_arc": true,
"libraries": [
"pthread",
"stdc++"
]
}