[Add] AlibabacloudBssOpenApi20171214 3.1.0
[CocoaPods.git] / Specs / c / 4 / e / SocketShuttle / 0.5.1 / SocketShuttle.podspec.json
blob2740249bb62adcf7d7ae1c57804436a5c90fe76a
2   "name": "SocketShuttle",
3   "version": "0.5.1",
4   "license": "MIT",
5   "summary": "A higher-level API for SocketRocket with reachability and reconnect.",
6   "homepage": "https://github.com/mk/SocketShuttle",
7   "authors": {
8     "Martin Kavalar": "mk@katercalling.com"
9   },
10   "source": {
11     "git": "https://github.com/mk/SocketShuttle.git",
12     "tag": "0.5.1"
13   },
14   "source_files": "SocketShuttle/*.{h,m,c}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0"
18   },
19   "libraries": "icucore",
20   "dependencies": {
21     "SocketRocket": [
22       "~> 0.3.1-beta2"
23     ],
24     "Reachability": [
25       "~> 3.1"
26     ]
27   }