blob: ec384ef3c87c85aaf41ed8f4a9145fdabad67641 [file] [log] [blame]
{
"name": "Chatto",
"version": "3.0.0",
"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": "3.0.0"
},
"source_files": "Chatto/Source/**/*.{h,m,swift}",
"public_header_files": "Chatto/Source/**/*.h",
"requires_arc": true
}