blob: f23671b5c77dfebb30e6a925591bbbc6714ec5e4 [file] [log] [blame]
{
"name": "QMChatViewController",
"version": "0.2.3",
"summary": "An elegant ready-to-go chat view controller for iOS chat applications that use Quickblox communication backend.",
"description": "* Ready-to-go chat view controller with a set of cells.\n* Automatic cell size calculation.\n* UI customisation for chat cells.\n* Flexibility in improving and extending functionality.\n* Easy to connect with Quickblox.\n* Optimised and performant.\n* Supports portrait and landscape orientations.\n* Auto Layout inside.",
"homepage": "https://github.com/QuickBlox/QMChatViewController-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Ivanov": "andrey.ivanov@quickblox.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/QuickBlox/QMChatViewController-ios.git",
"tag": "0.2.3"
},
"source_files": "QMChatViewController/QMChatViewController.{h,m}",
"resources": [
"QMChatViewController/**/*.xib",
"QMChatViewController/**/*.xcassets"
],
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
},
"prefix_header_contents": "#import <Quickblox/Quickblox.h>",
"dependencies": {
"QuickBlox": [
"~> 2.3"
],
"TTTAttributedLabel": [
"~> 1.13"
],
"SDWebImage": [
"~> 3.6"
]
},
"subspecs": [
{
"name": "Categories",
"source_files": "QMChatViewController/Categories/*.{h,m}"
},
{
"name": "KeyboardViewController",
"source_files": "QMChatViewController/KeyboardViewController/*.{h,m}"
},
{
"name": "Protocols",
"source_files": "QMChatViewController/Protocols/*.{h}"
},
{
"name": "Views",
"dependencies": {
"QMChatViewController/Protocols": [
],
"QMChatViewController/Categories": [
]
},
"source_files": "QMChatViewController/Views/**/*.{h,m}"
}
]
}