[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / 9 / PusherSwiftWithEncryption / 9.0.0 / PusherSwiftWithEncryption.podspec.json
blob3a3083ac076e12c3bff7078681081b2aabf7892e
2   "name": "PusherSwiftWithEncryption",
3   "version": "9.0.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.0.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   "exclude_files": [
21     "Sources/PusherSwift-Only/**/*.swift"
22   ],
23   "dependencies": {
24     "ReachabilitySwift": [
25       "~> 5.0"
26     ],
27     "Sodium": [
28       "0.8.0"
29     ]
30   },
31   "platforms": {
32     "ios": "13.0",
33     "osx": "10.15"
34   },
35   "deprecated_in_favor_of": "PusherSwift",
36   "swift_version": "5.0"