blob: 0db1b6a9e5d425fb2373a6170255fa9e59e0d0d3 [file] [log] [blame]
{
"name": "ChatView",
"version": "0.0.1",
"summary": "ChatView is Chat's foundation ViewController.",
"description": "ChatView controls Cell and Toolbar.\nYou can customize ChatViewCell and Toolbar.",
"homepage": "https://github.com/1amageek/ChatView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1amageek": "tmy0x3@icloud.com"
},
"social_media_url": "http://twitter.com/1amageek",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/1amageek/ChatView.git",
"tag": "0.0.1"
},
"source_files": [
"ChatView",
"ChatView/**/*.swift"
],
"requires_arc": true,
"dependencies": {
"Toolbar": [
]
}
}