blob: e816122ba8cff3340687a9bad05bb98c030039f5 [file] [log] [blame]
{
"name": "PusherSwift",
"version": "0.2.3",
"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": "0.2.3"
},
"social_media_url": "https://twitter.com/pusher",
"requires_arc": true,
"source_files": "Source/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"dependencies": {
"Starscream": [
"~> 1.1.1"
],
"CryptoSwift": [
"~> 0.2.2"
],
"ReachabilitySwift": [
"~> 2.3.3"
]
}
}