[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 9 / PusherSwiftWithEncryption / 9.1.0 / PusherSwiftWithEncryption.podspec.json
blob9ebce763237f6a31be4a7c75c1c5d7aa9617ae34
2   "name": "PusherSwiftWithEncryption",
3   "version": "9.1.0",
4   "summary": "A Pusher client library in Swift that supports encrypted channels",
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.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.0"
26     ]
27   },
28   "platforms": {
29     "ios": "13.0",
30     "osx": "10.15",
31     "tvos": "13.0"
32   },
33   "deprecated_in_favor_of": "PusherSwift",
34   "swift_version": "5.0"