[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / a / 9 / 3 / SocketRocket / 0.5.0 / SocketRocket.podspec.json
blob4730c2cc80d352acc33c2a41673eb91fb19d13b7
2   "name": "SocketRocket",
3   "version": "0.5.0",
4   "summary": "A conforming WebSocket (RFC 6455) client library.",
5   "homepage": "https://github.com/square/SocketRocket",
6   "authors": "Square",
7   "license": "Apache License, Version 2.0",
8   "source": {
9     "git": "https://github.com/square/SocketRocket.git",
10     "tag": "0.5.0"
11   },
12   "source_files": "SocketRocket/*.{h,m}",
13   "requires_arc": true,
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8",
17     "tvos": "9.0"
18   },
19   "ios": {
20     "frameworks": [
21       "CFNetwork",
22       "Security"
23     ]
24   },
25   "osx": {
26     "frameworks": [
27       "CoreServices",
28       "Security"
29     ]
30   },
31   "tvos": {
32     "frameworks": [
33       "CFNetwork",
34       "Security"
35     ]
36   },
37   "libraries": "icucore"