[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 5 / QMChatViewController / 0.2 / QMChatViewController.podspec.json
blobdd3435b8072da57c36a6c889a82a266f510f0343
2   "name": "QMChatViewController",
3   "version": "0.2",
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": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Ivanov": "andrey.ivanov@quickblox.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/QuickBlox/QMChatViewController-ios.git",
19     "tag": "0.2"
20   },
21   "source_files": "QMChatViewController/QMChatViewController.{h,m}",
22   "resources": [
23     "QMChatViewController/**/*.xib",
24     "QMChatViewController/**/*.xcassets"
25   ],
26   "requires_arc": true,
27   "xcconfig": {
28     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
29   },
30   "prefix_header_contents": "#import <Quickblox/Quickblox.h>",
31   "dependencies": {
32     "QuickBlox": [
33       "~> 2.3"
34     ],
35     "TTTAttributedLabel": [
36       "~> 1.13"
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Categories",
42       "source_files": "QMChatViewController/Categories/*.{h,m}"
43     },
44     {
45       "name": "KeyboardViewController",
46       "source_files": "QMChatViewController/KeyboardViewController/*.{h,m}"
47     },
48     {
49       "name": "Protocols",
50       "source_files": "QMChatViewController/Protocols/*.{h}"
51     },
52     {
53       "name": "Views",
54       "dependencies": {
55         "QMChatViewController/Protocols": [
57         ],
58         "QMChatViewController/Categories": [
60         ]
61       },
62       "source_files": "QMChatViewController/Views/**/*.{h,m}"
63     }
64   ]