[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / f / e / 8 / SocketRocketTact / 0.5.5 / SocketRocketTact.podspec.json
blobf0b211e496fbcd3e1ea9913bae1233309cf53ecc
2   "name": "SocketRocketTact",
3   "version": "0.5.5",
4   "summary": "A conforming WebSocket (RFC 6455) client library.",
5   "homepage": "https://github.com/tactile/SocketRocket",
6   "authors": "Square",
7   "license": "Apache License, Version 2.0",
8   "source": {
9     "git": "https://github.com/tactile/SocketRocket.git",
10     "tag": "0.5.5"
11   },
12   "source_files": "SocketRocket/*.{h,m}",
13   "requires_arc": true,
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8",
17     "tvos": "9.0"
18   },
19   "ios": {
20     "frameworks": [
21       "CFNetwork",
22       "Security"
23     ]
24   },
25   "osx": {
26     "frameworks": [
27       "CoreServices",
28       "Security"
29     ]
30   },
31   "tvos": {
32     "frameworks": [
33       "CFNetwork",
34       "Security"
35     ]
36   },
37   "libraries": "icucore"