blob: 1c1630aecd70647baae3f65c25f149a47cce6e35 [file] [log] [blame]
{
"name": "QMChatViewController",
"version": "0.5.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": "8.0"
},
"source": {
"git": "https://github.com/QuickBlox/QMChatViewController-ios.git",
"tag": "0.5.1"
},
"source_files": "QMChatViewController/QMChatViewController.{h,m}",
"resource_bundles": {
"QMChatViewController": [
"QMChatViewController/**/*.xib",
"QMChatViewController/**/*.png"
]
},
"resources": "QMChatViewController/Icons/Media.xcassets",
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
},
"prefix_header_contents": "#import <Quickblox/Quickblox.h>",
"dependencies": {
"QuickBlox": [
">= 2.10"
],
"TTTAttributedLabel": [
"> 1.13"
],
"SDWebImage": [
"~> 4.0.0"
],
"FFCircularProgressView": [
]
},
"subspecs": [
{
"name": "Categories",
"source_files": "QMChatViewController/Categories/*.{h,m}"
},
{
"name": "Utils",
"dependencies": {
"QMChatViewController/Categories": [
]
},
"source_files": "QMChatViewController/Utils/**/*.{h,m}"
},
{
"name": "QMChatLocationSnapshotter",
"dependencies": {
"QMChatViewController/Utils": [
]
},
"source_files": "QMChatViewController/QMChatLocationSnapshotter/*.{h,m}"
},
{
"name": "QMChatDataSource",
"dependencies": {
"QMChatViewController/Utils": [
]
},
"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}"
}
]
}