blob: 0878cc8ba6ada2caa29cbe921f413ebfe5cb69ed [file] [log] [blame]
{
"name": "PusherSwift",
"version": "0.2.1",
"summary": "A Pusher client library in Swift",
"homepage": "https://github.com/pusher-community/pusher-websocket-swift",
"license": "MIT",
"authors": {
"Hamilton Chapman": "hamchapman@gmail.com"
},
"source": {
"git": "https://github.com/pusher-community/pusher-websocket-swift.git",
"tag": "0.2.1"
},
"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"
]
}
}