[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / c / 3 / SocketRocketAntonyForked / 0.6 / SocketRocketAntonyForked.podspec.json
bloba499d065ae1683cedd8bf95305429dc68db8f6ae
2   "name": "SocketRocketAntonyForked",
3   "version": "0.6",
4   "summary": "A conforming WebSocket (RFC 6455) client library.",
5   "homepage": "https://github.com/LalCastro/SocketRocket",
6   "authors": "Square",
7   "license": "Apache License, Version 2.0",
8   "source": {
9     "git": "https://github.com/LalCastro/SocketRocket.git",
10     "tag": "0.6"
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": [
31     "icucore",
32     "objc"
33   ]