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