[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 5 / QMChatViewController / 0.4.1.1 / QMChatViewController.podspec.json
blobe8d9318c0149010373bc5071342d7c3fa0fc2908
2   "name": "QMChatViewController",
3   "version": "0.4.1.1",
4   "summary": "An elegant ready-to-go chat view controller for iOS chat applications that use Quickblox communication backend.",
5   "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.",
6   "homepage": "https://github.com/QuickBlox/QMChatViewController-ios",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Ivanov": "andrey.ivanov@quickblox.com",
13     "Vitaliy Gorbachov": "vitaliy.gorbachov@quickblox.com",
14     "Vitaliy Gurkovsky": "vitaliy.gurkovsky@injoit.com"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/QuickBlox/QMChatViewController-ios.git",
21     "tag": "0.4.1.1"
22   },
23   "source_files": "QMChatViewController/QMChatViewController.{h,m}",
24   "resource_bundles": {
25     "QMChatViewController": [
26       "QMChatViewController/**/*.xib",
27       "QMChatViewController/**/*.png"
28     ]
29   },
30   "requires_arc": true,
31   "xcconfig": {
32     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
33   },
34   "prefix_header_contents": "#import <Quickblox/Quickblox.h>",
35   "dependencies": {
36     "QuickBlox": [
37       ">= 2.0"
38     ],
39     "TTTAttributedLabel": [
40       "> 1.13"
41     ],
42     "SDWebImage": [
43       "~> 3.6"
44     ]
45   },
46   "subspecs": [
47     {
48       "name": "QMChatLocationSnapshotter",
49       "source_files": "QMChatViewController/QMChatLocationSnapshotter/*.{h,m}"
50     },
51     {
52       "name": "Categories",
53       "dependencies": {
54         "QMChatViewController/QMChatLocationSnapshotter": [
56         ]
57       },
58       "source_files": "QMChatViewController/Categories/*.{h,m}"
59     },
60     {
61       "name": "Utils",
62       "dependencies": {
63         "QMChatViewController/Categories": [
65         ]
66       },
67       "source_files": "QMChatViewController/Utils/**/*.{h,m}"
68     },
69     {
70       "name": "Sections",
71       "dependencies": {
72         "QMChatViewController/QMChatDataSource": [
74         ]
75       },
76       "source_files": "QMChatViewController/QMChatSection/*.{h,m}"
77     },
78     {
79       "name": "QMChatDataSource",
80       "source_files": "QMChatViewController/QMChatDataSource/*.{h,m}"
81     },
82     {
83       "name": "Protocols",
84       "source_files": "QMChatViewController/Protocols/*.{h}"
85     },
86     {
87       "name": "Views",
88       "dependencies": {
89         "QMChatViewController/Categories": [
91         ],
92         "QMChatViewController/Protocols": [
94         ],
95         "QMChatViewController/Utils": [
97         ]
98       },
99       "source_files": "QMChatViewController/Views/**/*.{h,m}"
100     }
101   ]