blob: 89e22abaaab1b784025a292ca4d67d11c36bf236 [file] [log] [blame]
{
"name": "ScClient",
"version": "1.0.6",
"summary": "A socketcluster client for iOS and OSX.",
"swift_version": "3.2",
"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": "1.0.6"
},
"source_files": "Sources/ScClient/**/*",
"requires_arc": true,
"dependencies": {
"Starscream": [
"~> 3.0.4"
],
"HandyJSON": [
"~> 4.1.0"
]
}
}