blob: 3be19c850a2a6010f7857adbe99a19a0c4374f6d [file] [log] [blame]
{
"name": "QMChatViewController",
"version": "0.4.1",
"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": "BSD",
"file": "LICENSE"
},
"authors": {
"Andrey Ivanov": "andrey.ivanov@quickblox.com",
"Vitaliy Gorbachov": "vitaliy.gorbachov@quickblox.com",
"Vitaliy Gurkovsky": "vitaliy.gurkovsky@injoit.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/QuickBlox/QMChatViewController-ios.git",
"tag": "0.4.1"
},
"source_files": "QMChatViewController/QMChatViewController.{h,m}",
"resource_bundles": {
"QMChatViewController": [
"QMChatViewController/**/*.xib",
"QMChatViewController/**/*.png"
]
},
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
},
"prefix_header_contents": "#import <Quickblox/Quickblox.h>",
"dependencies": {
"QuickBlox": [
">= 2.0"
],
"TTTAttributedLabel": [
"> 1.13"
],
"SDWebImage": [
"~> 3.6"
]
},
"subspecs": [
{
"name": "QMChatLocationSnapshotter",
"source_files": "QMChatViewController/QMChatLocationSnapshotter/*.{h,m}"
},
{
"name": "Categories",
"dependencies": {
"QMChatViewController/QMChatLocationSnapshotter": [
]
},
"source_files": "QMChatViewController/Categories/*.{h,m}"
},
{
"name": "Utils",
"dependencies": {
"QMChatViewController/Categories": [
]
},
"source_files": "QMChatViewController/Utils/**/*.{h,m}"
},
{
"name": "Sections",
"dependencies": {
"QMChatViewController/QMChatDataSource": [
]
},
"source_files": "QMChatViewController/QMChatSection/*.{h,m}"
},
{
"name": "QMChatDataSource",
"source_files": "QMChatViewController/QMChatDataSource/*.{h,m}"
},
{
"name": "Protocols",
"source_files": "QMChatViewController/Protocols/*.{h}"
},
{
"name": "Views",
"dependencies": {
"QMChatViewController/Categories": [
],
"QMChatViewController/Protocols": [
],
"QMChatViewController/Utils": [
]
},
"source_files": "QMChatViewController/Views/**/*.{h,m}"
}
]
}