[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / 9 / PusherSwiftWithEncryption / 8.0.0 / PusherSwiftWithEncryption.podspec.json
blob9bca7e92597b2b4e32182fc4ccf7a955a2740417
2   "name": "PusherSwiftWithEncryption",
3   "version": "8.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": "8.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     "Sources/PusherSwiftWithEncryption-Only/*.swift"
20   ],
21   "dependencies": {
22     "ReachabilitySwift": [
23       "~> 5.0"
24     ],
25     "Starscream": [
26       "~> 3.1"
27     ],
28     "Sodium": [
29       "0.8.0"
30     ]
31   },
32   "platforms": {
33     "ios": "8.0",
34     "osx": "10.11"
35   },
36   "deprecated_in_favor_of": "PusherSwift",
37   "swift_version": "5.0"