blob: 9ef6eaad78359a2f4c58b4c7611d8bdf04e2841d [file] [log] [blame]
{
"name": "ChatBird",
"version": "1.0.0",
"summary": "Provides a framework that connects the SendBird chat service to the Chatto UI",
"description": "This pod provides the glue to connect the SendBird chat service with the Chatto UI.",
"homepage": "https://github.com/velos/chatbird-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Rajan": "david@velosmobile.com"
},
"source": {
"git": "https://github.com/velos/chatbird-ios.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source_files": "ChatBird/Classes/**/*",
"resources": "ChatBird/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"dependencies": {
"SendBirdSDK": [
],
"Chatto": [
],
"ChattoAdditions": [
],
"Nuke": [
]
},
"swift_version": "5.0"
}