[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 9 / 3 / SocketRocket / 0.4.2 / SocketRocket.podspec.json
blob23a761badac01faa82341a1dbcd80db92f9cb79c
2   "name": "SocketRocket",
3   "version": "0.4.2",
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.4.2"
11   },
12   "source_files": "SocketRocket/*.{h,m}",
13   "requires_arc": true,
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "ios": {
19     "frameworks": [
20       "CFNetwork",
21       "Security"
22     ]
23   },
24   "osx": {
25     "frameworks": [
26       "CoreServices",
27       "Security"
28     ]
29   },
30   "libraries": "icucore"