24 lines
558 B
JSON
24 lines
558 B
JSON
{
|
|
"name": "Chatto",
|
|
"version": "1.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": "1.0.0"
|
|
},
|
|
"source_files": "Chatto/Source/**/*.{h,m,swift}",
|
|
"public_header_files": "Chatto/Source/**/*.h",
|
|
"requires_arc": true
|
|
}
|