[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 5 / QMChatViewController / 0.3.9 / QMChatViewController.podspec.json
blob09de23fa007bfe8cb161b10430801d143c804924
2   "name": "QMChatViewController",
3   "version": "0.3.9",
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": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/QuickBlox/QMChatViewController-ios.git",
21     "tag": "0.3.9"
22   },
23   "source_files": "QMChatViewController/QMChatViewController.{h,m}",
24   "resources": [
25     "QMChatViewController/**/*.xib",
26     "QMChatViewController/**/*.xcassets"
27   ],
28   "requires_arc": true,
29   "xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
31   },
32   "prefix_header_contents": "#import <Quickblox/Quickblox.h>",
33   "dependencies": {
34     "QuickBlox": [
35       ">= 2.0"
36     ],
37     "TTTAttributedLabel": [
38       "> 1.13"
39     ],
40     "SDWebImage": [
41       "~> 3.6"
42     ]
43   },
44   "subspecs": [
45     {
46       "name": "Utils",
47       "source_files": "QMChatViewController/Utils/**/*.{h,m}"
48     },
49     {
50       "name": "Sections",
51       "source_files": "QMChatViewController/QMChatSection/*.{h,m}"
52     },
53     {
54       "name": "Categories",
55       "dependencies": {
56         "QMChatViewController/Utils": [
58         ]
59       },
60       "source_files": "QMChatViewController/Categories/*.{h,m}"
61     },
62     {
63       "name": "KeyboardViewController",
64       "source_files": "QMChatViewController/KeyboardViewController/*.{h,m}"
65     },
66     {
67       "name": "Protocols",
68       "source_files": "QMChatViewController/Protocols/*.{h}"
69     },
70     {
71       "name": "Views",
72       "dependencies": {
73         "QMChatViewController/Protocols": [
75         ],
76         "QMChatViewController/Categories": [
78         ]
79       },
80       "source_files": "QMChatViewController/Views/**/*.{h,m}"
81     }
82   ]