blob: e19070d0cada07d5d47e24b831bd4e961f302c2f [file] [log] [blame]
{
"name": "PusherSwift",
"version": "9.2.2",
"summary": "A Pusher client library in Swift",
"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": "9.2.2"
},
"social_media_url": "https://twitter.com/pusher",
"swift_versions": "5.0",
"requires_arc": true,
"source_files": [
"Sources/**/*.swift"
],
"dependencies": {
"TweetNacl": [
"~> 1.0.0"
],
"NWWebSocket": [
"~> 0.5.2"
]
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0"
},
"swift_version": "5.0"
}