blob: 09b37850c6531edd6f4bfde772cacea612970a26 [file] [log] [blame]
{
"name": "ChattoAdditions",
"version": "3.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": "8.0"
},
"authors": {
"Diego Sanchez": "diego.sanchezr@gmail.com"
},
"source": {
"git": "https://github.com/badoo/Chatto.git",
"tag": "3.0.0"
},
"source_files": "ChattoAdditions/Source/**/*.{h,m,swift}",
"public_header_files": "ChattoAdditions/Source/**/*.h",
"requires_arc": true,
"resources": [
"ChattoAdditions/Source/**/*.xib",
"ChattoAdditions/Source/**/*.storyboard",
"ChattoAdditions/Source/**/*.xcassets"
],
"dependencies": {
"Chatto": [
]
}
}