blob: 9efea672f1d6cea386b94a8dea5aabbdc2dde7c9 [file] [log] [blame]
{
"name": "PusherSwift",
"version": "7.2.0",
"summary": "A Pusher client library in Swift",
"homepage": "https://github.com/pusher/pusher-websocket-swift",
"license": "MIT",
"authors": {
"Hamilton Chapman": "hamchapman@gmail.com"
},
"source": {
"git": "https://github.com/pusher/pusher-websocket-swift.git",
"tag": "7.2.0"
},
"social_media_url": "https://twitter.com/pusher",
"swift_versions": "4.2",
"requires_arc": true,
"source_files": "Sources/*.swift",
"dependencies": {
"CryptoSwift": [
"~> 0.9"
],
"ReachabilitySwift": [
"4.3.0"
],
"Starscream": [
"~> 3.0.5"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"swift_version": "4.2"
}