[Add] AlibabacloudBssOpenApi20171214 3.1.0
[CocoaPods.git] / Specs / c / 4 / e / SocketShuttle / 0.3.1 / SocketShuttle.podspec.json
blob3439058d4409bd206302109e967a82a70cf6ff97
2   "name": "SocketShuttle",
3   "version": "0.3.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.3.1"
13   },
14   "source_files": "SocketShuttle/*.{h,m,c}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0"
18   },
19   "dependencies": {
20     "SocketRocket": [
21       "~> 0.2.0"
22     ],
23     "Reachability": [
24       "~> 3.1"
25     ]
26   }