blob: db86d240d0c7d805b07cf86bf5b7d23bffb2390b [file] [log] [blame]
{
"name": "ChatViewController",
"version": "1.2.0",
"license": "MIT",
"summary": "ChatViewController, ChatBar, ImagePicker like Slack Application.",
"homepage": "https://github.com/hoangtaiki/ChatViewController",
"authors": {
"Hoangtaiki": "duchoang.vp@gmail.com"
},
"source": {
"git": "https://github.com/hoangtaiki/ChatViewController.git",
"tag": "1.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "Source/**/*.swift",
"resource_bundles": {
"ChatViewController": [
"Source/Resources/**/*.{png,xcassets,xib}"
]
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"PlaceholderUITextView": [
]
}
}