blob: 1662db95c85d26e8dd226973c2d080877928f26f [file] [log] [blame]
{
"name": "PusherSwift",
"version": "0.1.6",
"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/pusher-websocket-swift.git",
"tag": "0.1.6"
},
"social_media_url": "https://twitter.com/pusher",
"requires_arc": true,
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Starscream": [
"~> 1.0.2"
],
"CryptoSwift": [
"~> 0.1.1"
],
"ReachabilitySwift": [
"~> 2.3"
]
}
}