blob: 8ae48f65d2dc9b6b20a5b2332ba4c3106274a75b [file] [log] [blame]
{
"name": "PusherSwift",
"version": "9.0.0",
"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.0.0"
},
"social_media_url": "https://twitter.com/pusher",
"swift_versions": "5.0",
"requires_arc": true,
"source_files": [
"Sources/**/*.swift"
],
"exclude_files": [
"Sources/PusherSwiftWithEncryption-Only/**/*.swift"
],
"dependencies": {
"ReachabilitySwift": [
"~> 5.0"
]
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0"
},
"swift_version": "5.0"
}