[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 8 / b / RespokeSocketRocket / 0.3.2 / RespokeSocketRocket.podspec.json
bloba8a2a590dca90692726fecb64891b6787ab03ff2
2   "name": "RespokeSocketRocket",
3   "version": "0.3.2",
4   "summary": "A conforming WebSocket (RFC 6455) client library.",
5   "homepage": "https://github.com/respoke/SocketRocket",
6   "authors": {
7     "Respoke": "info@respoke.io"
8   },
9   "source": {
10     "git": "https://github.com/respoke/SocketRocket.git",
11     "tag": "0.3.2"
12   },
13   "license": "Apache License, Version 2.0",
14   "source_files": "SocketRocket/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "ios": {
21     "frameworks": [
22       "CFNetwork",
23       "Security"
24     ]
25   },
26   "osx": {
27     "frameworks": [
28       "CoreServices",
29       "Security"
30     ]
31   },
32   "libraries": "icucore"