34 lines
801 B
JSON
34 lines
801 B
JSON
{
|
|
"name": "ChattoAdditions",
|
|
"version": "1.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": "1.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": [
|
|
|
|
]
|
|
}
|
|
}
|