[Add] VisionSDK 1.6.1
[CocoaPods.git] / Specs / 6 / a / 5 / QMChatViewController / 0.3.8 / QMChatViewController.podspec.json
blobb75dc4eb8319c07ab9805a9ef5657313aea8d672
2   "name": "QMChatViewController",
3   "version": "0.3.8",
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.8"
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/QMDateUtils/*.{h,m}"
48     },
49     {
50       "name": "Sections",
51       "source_files": "QMChatViewController/QMChatSection/*.{h,m}"
52     },
53     {
54       "name": "Categories",
55       "source_files": "QMChatViewController/Categories/*.{h,m}"
56     },
57     {
58       "name": "KeyboardViewController",
59       "source_files": "QMChatViewController/KeyboardViewController/*.{h,m}"
60     },
61     {
62       "name": "Protocols",
63       "source_files": "QMChatViewController/Protocols/*.{h}"
64     },
65     {
66       "name": "Views",
67       "dependencies": {
68         "QMChatViewController/Protocols": [
70         ],
71         "QMChatViewController/Categories": [
73         ]
74       },
75       "source_files": "QMChatViewController/Views/**/*.{h,m}"
76     }
77   ]