[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / 3 / SocketRocket / 0.1 / SocketRocket.podspec.json
blobc99d7d929e9b275a12228d908d4195d842e0b3c2
2   "name": "SocketRocket",
3   "version": "0.1",
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     "commit": "82c9f8938f8b9b7aa578866cb7ce56bc11e52ced"
11   },
12   "source_files": "SocketRocket/*.{h,m,c}",
13   "requires_arc": true,
14   "ios": {
15     "frameworks": [
16       "CFNetwork",
17       "Security"
18     ]
19   },
20   "osx": {
21     "frameworks": [
22       "CoreServices",
23       "Security"
24     ]
25   },
26   "libraries": "icucore"