blob: ef2324f0f4541be5724c8ff6474ef936caf1dadf [file] [log] [blame]
{
"name": "Chatto",
"version": "2.0.1",
"summary": "Chat framework in Swift",
"description": "Lightweight chat framework to build Chat apps",
"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": "2.0.1"
},
"source_files": "Chatto/Source/**/*.{h,m,swift}",
"public_header_files": "Chatto/Source/**/*.h",
"requires_arc": true
}