blob: 7ce79721ba1acb0d71aee96a60632250031c17a2 [file] [log] [blame]
{
"name": "RxSocket.io",
"version": "1.0.5",
"summary": "Listen to a codable! With RxSocket.io library your distance to whole socket complexity is a single line of code.",
"description": "'This library uses PublishSubjects and if the codable model decoded successfully, then the decoded object will send into that publishSubjec and return observable version of it.functionalities are separated into 2 different protocols of SocketToggle, SocketMessage'",
"homepage": "https://github.com/RxSwiftCommunity/RxSocket.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"behrad-kzm": "behrad.kzm@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxSocket.io.git",
"tag": "1.0.5"
},
"social_media_url": "https://www.linkedin.com/in/kaazemi",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5",
"source_files": [
"RxSocket.io/Classes/**/*.{h,m,swift}",
"RxSocket.io/Classes/*.{h,m,swift}"
],
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"Socket.IO-Client-Swift": [
]
},
"swift_version": "5"
}