blob: 169e717809afc20e8b098db03db612e9815b80f5 [file] [log] [blame]
{
"name": "PusherSwiftWithEncryption",
"version": "8.0.0",
"summary": "A Pusher client library in Swift that supports encrypted channels",
"homepage": "https://github.com/pusher/pusher-websocket-swift",
"license": "MIT",
"authors": {
"Pusher Limited": "support@pusher.com"
},
"source": {
"git": "https://github.com/pusher/pusher-websocket-swift.git",
"tag": "8.0.0"
},
"social_media_url": "https://twitter.com/pusher",
"swift_versions": "5.0",
"requires_arc": true,
"source_files": [
"Sources/*.swift",
"Sources/PusherSwiftWithEncryption-Only/*.swift"
],
"dependencies": {
"ReachabilitySwift": [
"~> 5.0"
],
"Starscream": [
"~> 3.1"
],
"Sodium": [
"0.8.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"swift_version": "5.0"
}