[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 8 / 2 / NWWebSocket / 0.5.2 / NWWebSocket.podspec.json
blob9d714d0422aaae4b47ca0836b167918a52767e66
2   "name": "NWWebSocket",
3   "version": "0.5.2",
4   "summary": "A WebSocket client written in Swift, using the Network framework from Apple",
5   "homepage": "https://github.com/pusher/NWWebSocket",
6   "license": "MIT",
7   "authors": {
8     "Pusher Limited": "support@pusher.com"
9   },
10   "source": {
11     "git": "https://github.com/pusher/NWWebSocket.git",
12     "tag": "0.5.2"
13   },
14   "social_media_url": "https://twitter.com/pusher",
15   "swift_versions": "5.1",
16   "requires_arc": true,
17   "source_files": [
18     "Sources/**/*.swift"
19   ],
20   "platforms": {
21     "ios": "13.0",
22     "osx": "10.15",
23     "tvos": "13.0",
24     "watchos": "6.0"
25   },
26   "swift_version": "5.1"