[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 0 / c / 9 / librws / 1.2.1 / librws.podspec.json
blobb48f45b664c18a17c4e5106e605023e06d0cffc1
2   "name": "librws",
3   "version": "1.2.1",
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.2.1"
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     "contrib/objc/*.{h,m}"
28   ],
29   "public_header_files": [
30     "*.h",
31     "contrib/objc/*.h"
32   ],
33   "requires_arc": true,
34   "libraries": [
35     "pthread",
36     "stdc++"
37   ]