[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 5 / QMChatViewController / 0.6.4 / QMChatViewController.podspec.json
blob2dce6f5025ee570aec27334cf6a95507b66404ee
2   "name": "QMChatViewController",
3   "version": "0.6.4",
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": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/QuickBlox/QMChatViewController-ios.git",
21     "tag": "0.6.4"
22   },
23   "source_files": "QMChatViewController/QMChatViewController.{h,m}",
24   "resource_bundles": {
25     "QMChatViewController": [
26       "QMChatViewController/**/*.xcassets",
27       "QMChatViewController/**/*.xib"
28     ]
29   },
30   "resources": "QMChatViewController/**/*.xcassets",
31   "requires_arc": true,
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
34   },
35   "prefix_header_contents": "#import <Quickblox/Quickblox.h>",
36   "dependencies": {
37     "QuickBlox": [
39     ],
40     "TTTAttributedLabel": [
42     ],
43     "SDWebImage": [
45     ],
46     "FFCircularProgressView": [
48     ]
49   },
50   "subspecs": [
51     {
52       "name": "Categories",
53       "source_files": "QMChatViewController/Categories/*.{h,m}"
54     },
55     {
56       "name": "Utils",
57       "dependencies": {
58         "QMChatViewController/Categories": [
60         ]
61       },
62       "source_files": "QMChatViewController/Utils/**/*.{h,m}"
63     },
64     {
65       "name": "QMChatLocationSnapshotter",
66       "dependencies": {
67         "QMChatViewController/Utils": [
69         ]
70       },
71       "source_files": "QMChatViewController/QMChatLocationSnapshotter/*.{h,m}"
72     },
73     {
74       "name": "QMChatDataSource",
75       "dependencies": {
76         "QMChatViewController/Utils": [
78         ]
79       },
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   ]