[Add] PBPopupController 3.10.6
[CocoaPods.git] / Specs / 0 / c / 9 / librws / 1.0.0 / librws.podspec.json
bloba518b7fa0b2518ea85d590225d5561fa58ab9480
2   "name": "librws",
3   "version": "1.0.0",
4   "summary": "Tiny, cross platform websocket client C library",
5   "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",
6   "homepage": "https://github.com/OlehKulykov/librws",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleh Kulykov": "info@resident.name"
13   },
14   "source": {
15     "git": "https://github.com/OlehKulykov/librws.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.7",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": [
25     "*.h",
26     "src/*.{h,c}"
27   ],
28   "public_header_files": "*.h",
29   "requires_arc": false,
30   "libraries": [
31     "pthread",
32     "stdc++"
33   ]