[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / e / PusherSwift / 10.1.0 / PusherSwift.podspec.json
blob64988757c52d3f449b113245bd0d6551b4d10eac
2   "name": "PusherSwift",
3   "version": "10.1.0",
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": "10.1.0"
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     "watchos": "6.0"
33   },
34   "swift_version": "5.0"