blob: f7df50f25e2d789b85ada3fbaa03e97d28a187ac [file] [log] [blame]
{
"name": "RxSendBirdSDK",
"version": "0.1.1",
"summary": "RxSwift extensions for SendBirdSDK",
"description": "RxSwift extensions for SendBirdSDK.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Woo": "yakle1218@gmail.com"
},
"source": {
"git": "https://github.com/intoxicated/RxSendBirdSDK.git",
"tag": "0.1.1"
},
"homepage": "https://sendbird.com",
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.2",
"source_files": "RxSendBirdSDK/**/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"SendBirdSDK": [
"~> 3"
]
},
"swift_version": "5.2"
}