[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / f / 3 / SocketRocket_Lookback / 0.5.2 / SocketRocket_Lookback.podspec.json
blob1d0e3fd5d6f516bd051e72fe06c67b6b56dbebc1
2   "name": "SocketRocket_Lookback",
3   "version": "0.5.2",
4   "summary": "A conforming WebSocket (RFC 6455) client library. Fork to fix warnings since the project is dead.",
5   "homepage": "https://github.com/square/SocketRocket",
6   "authors": "Square",
7   "license": "Apache License, Version 2.0",
8   "source": {
9     "git": "https://github.com/lookback/SocketRocket.git",
10     "tag": "0.5.2"
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"