[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / 3 / SocketRocket / 0.3.1-beta2 / SocketRocket.podspec.json
blobaff8b11e84a4e2af8ebb86a0e8c349e05a2c7d9d
2   "name": "SocketRocket",
3   "version": "0.3.1-beta2",
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": "v0.3.1-beta2"
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"