blob: 087311ac3a8b38639d110221c4174dd3800b3adc [file] [log] [blame]
{
"name": "ScClient",
"version": "2.0.1",
"summary": "A socketcluster client for iOS and OSX.",
"swift_versions": "4.0",
"description": "Native iOS/macOS client written in swift. Provides support to for emitting and listening to remote events, publish-subscribe and authentication using JWT",
"homepage": "https://github.com/sacOO7/socketcluster-client-swift.git",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"sacOO7": "sachinshinde7676@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/sacOO7/socketcluster-client-swift.git",
"tag": "2.0.1"
},
"source_files": "Sources/ScClient/**/*",
"requires_arc": true,
"dependencies": {
"Starscream": [
"~> 3.1.1"
],
"HandyJSON": [
"~> 5.0.1"
]
},
"swift_version": "4.0"
}