[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / 9 / PusherSwiftWithEncryption / 10.1.1 / PusherSwiftWithEncryption.podspec.json
blobe84a51e4e7b02a49d5f870cbfb9a5795d6e67564
2   "name": "PusherSwiftWithEncryption",
3   "version": "10.1.1",
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": "10.1.1"
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"