blob: bbbdaf565fab0969298ad273c08892fef45699c4 [file] [log] [blame]
{
"name": "PusherSwiftC",
"version": "8.0.3",
"summary": "A Pusher client library in Swift",
"homepage": "https://github.com/SuaMusica/pusher-websocket-swift",
"license": "MIT",
"authors": {
"Pusher Limited": "support@pusher.com"
},
"source": {
"git": "https://github.com/SuaMusica/pusher-websocket-swift.git",
"tag": "8.0.3"
},
"social_media_url": "https://twitter.com/pusher",
"swift_versions": "5.0",
"requires_arc": true,
"source_files": [
"Sources/*.swift",
"Sources/PusherSwift-Only/*.swift"
],
"dependencies": {
"Starscream": [
"~> 3.1"
]
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0"
}