[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 5 / QMChatViewController / 0.3.10 / QMChatViewController.podspec.json
blob23011d82dd649b3d92586eaeabedf64c98f78015
2   "name": "QMChatViewController",
3   "version": "0.3.10",
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.10"
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": "Utils",
49       "source_files": "QMChatViewController/Utils/**/*.{h,m}"
50     },
51     {
52       "name": "Sections",
53       "source_files": "QMChatViewController/QMChatSection/*.{h,m}"
54     },
55     {
56       "name": "Categories",
57       "dependencies": {
58         "QMChatViewController/Utils": [
60         ]
61       },
62       "source_files": "QMChatViewController/Categories/*.{h,m}"
63     },
64     {
65       "name": "KeyboardViewController",
66       "source_files": "QMChatViewController/KeyboardViewController/*.{h,m}"
67     },
68     {
69       "name": "Protocols",
70       "source_files": "QMChatViewController/Protocols/*.{h}"
71     },
72     {
73       "name": "Views",
74       "dependencies": {
75         "QMChatViewController/Protocols": [
77         ],
78         "QMChatViewController/Categories": [
80         ]
81       },
82       "source_files": "QMChatViewController/Views/**/*.{h,m}"
83     }
84   ]