blob: 8b5ad90580325da14f028d647153a129a26e222e [file] [log] [blame]
{
"name": "ChattoAdditions",
"version": "4.0.0",
"summary": "UI componentes for Chatto",
"description": "Text and photo bubbles\nInput bar for text and photo messages",
"homepage": "https://github.com/badoo/Chatto",
"license": {
"type": "MIT"
},
"platforms": {
"ios": "9.0"
},
"authors": {
"Diego Sanchez": "diego.sanchezr@gmail.com",
"Anton Schukin": "a.p.schukin@gmail.com"
},
"source": {
"git": "https://github.com/badoo/Chatto.git",
"tag": "4.0.0"
},
"source_files": "ChattoAdditions/Source/**/*.{h,m,swift}",
"public_header_files": "ChattoAdditions/Source/**/*.h",
"requires_arc": true,
"swift_versions": "5.3",
"resources": [
"ChattoAdditions/Source/**/*.xib",
"ChattoAdditions/Source/**/*.storyboard",
"ChattoAdditions/Source/**/*.xcassets"
],
"dependencies": {
"Chatto": [
"4.0.0"
]
},
"swift_version": "5.3"
}