[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / e / PusherSwift / 9.2.2 / PusherSwift.podspec.json
blobe19070d0cada07d5d47e24b831bd4e961f302c2f
2   "name": "PusherSwift",
3   "version": "9.2.2",
4   "summary": "A Pusher client library in Swift",
5   "homepage": "https://github.com/pusher/pusher-websocket-swift",
6   "license": "MIT",
7   "authors": {
8     "Pusher Limited": "support@pusher.com"
9   },
10   "source": {
11     "git": "https://github.com/pusher/pusher-websocket-swift.git",
12     "tag": "9.2.2"
13   },
14   "social_media_url": "https://twitter.com/pusher",
15   "swift_versions": "5.0",
16   "requires_arc": true,
17   "source_files": [
18     "Sources/**/*.swift"
19   ],
20   "dependencies": {
21     "TweetNacl": [
22       "~> 1.0.0"
23     ],
24     "NWWebSocket": [
25       "~> 0.5.2"
26     ]
27   },
28   "platforms": {
29     "ios": "13.0",
30     "osx": "10.15",
31     "tvos": "13.0"
32   },
33   "swift_version": "5.0"