blob: 7fba8df0f4365c6b6deb93a88fcd1513d733d6a0 [file] [log] [blame]
{
"name": "SendBirdCombine",
"version": "1.0.0",
"summary": "Provides Combine extensions for the SendBird chat service SDK",
"description": "This pod provides Combine extensions for the SendBird chat service SDK",
"homepage": "https://github.com/velos/SendBirdCombine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Rajan": "david@velosmobile.com"
},
"source": {
"git": "https://github.com/velos/SendbirdCombine.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"default_subspecs": "Messages",
"frameworks": "Combine",
"dependencies": {
"SendBirdSDK": [
"~> 3.0"
]
},
"subspecs": [
{
"name": "Messages",
"source_files": "SendBirdCombine/Classes/Messages/**/*"
},
{
"name": "Calls",
"dependencies": {
"SendBirdCombine/Messages": [
],
"SendBirdCalls": [
]
},
"source_files": "SendBirdCombine/Classes/Calls/**/*"
}
],
"swift_version": "5.0"
}