[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / f / SocketRocketSwift / 0.6.6 / SocketRocketSwift.podspec.json
blob4417a80b1ed0c43120d5203e695dfff07cd1fe78
2   "name": "SocketRocketSwift",
3   "version": "0.6.6",
4   "summary": "SocketRocketSwift, Swift Wrapper for SocketRocket",
5   "description": "A Wrapper written in Swift for the awesome SocketRocket Framework, which is provided by Facebook",
6   "homepage": "https://weist.it",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vinzenz Weist": "vinz1911@me.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/Vinz1911/SocketRocketSwift.git",
19     "tag": "0.6.6"
20   },
21   "source_files": [
22     "SocketRocketSwift",
23     "SocketRocketSwift/**/*.{h,m,swift}"
24   ],
25   "dependencies": {
26     "SocketRocket": [
27       "~> 0.5.1"
28     ]
29   },
30   "swift_version": "4.0"