blob: 5be96a5b5cbc5d2dfa698258f40a4f2a0fbcc89b [file] [log] [blame]
{
"name": "RxSocketIO",
"version": "0.1.0",
"summary": "RxSwift Wrapper for Socket IO Swift Client",
"swift_versions": "4.0",
"description": "Simple RxSwift Wrapper for Socket IO Swift Client.",
"homepage": "https://github.com/sesang06/RxSocketIO",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sesang06": "sesang06@naver.com"
},
"source": {
"git": "https://github.com/sesang06/RxSocketIO.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxSocketIO/Classes/**/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"Socket.IO-Client-Swift": [
"~> 15.1.0"
]
},
"swift_version": "4.0"
}