[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 8 / SocketRocketTact / 0.5.4 / SocketRocketTact.podspec.json
blobbf5ae86d6c0472c25cd40ddb6773fd89eb13b99a
2   "name": "SocketRocketTact",
3   "version": "0.5.4",
4   "summary": "A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.",
5   "homepage": "https://github.com/tactile/SocketRocket",
6   "authors": {
7     "Nikita Lutsenko": "nlutsenko@me.com",
8     "Dan Federman": "federman@squareup.com",
9     "Mike Lewis": "mikelikespie@gmail.com"
10   },
11   "license": "BSD",
12   "source": {
13     "git": "https://github.com/tactile/SocketRocket.git",
14     "tag": "0.5.4"
15   },
16   "requires_arc": true,
17   "source_files": "SocketRocket/**/*.{h,m}",
18   "public_header_files": "SocketRocket/*.h",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.8",
22     "tvos": "9.0"
23   },
24   "ios": {
25     "frameworks": [
26       "CFNetwork",
27       "Security"
28     ]
29   },
30   "osx": {
31     "frameworks": [
32       "CoreServices",
33       "Security"
34     ]
35   },
36   "tvos": {
37     "frameworks": [
38       "CFNetwork",
39       "Security"
40     ]
41   },
42   "libraries": "icucore"