blob: 17e4fb41a70a3a5bffb56ea404ef36cc449b7184 [file] [log] [blame]
{
"name": "PusherSwift",
"version": "0.1.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": "0.1.0"
},
"social_media_url": "https://twitter.com/pusher",
"requires_arc": true,
"source_files": "Source/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Starscream": [
"~> 0.9.1"
],
"CryptoSwift": [
"~> 0.0.10"
],
"ReachabilitySwift": [
]
}
}