[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 6 / a / 5 / QMChatViewController / 0.3.1 / QMChatViewController.podspec.json
blob7724af05bc185b997eed2b3fd7353d79b14e1c40
2   "name": "QMChatViewController",
3   "version": "0.3.1",
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.3.1"
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     "SDWebImage": [
39       "~> 3.6"
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "Utils",
45       "source_files": "QMChatViewController/Utils/QMDateUtils/*.{h,m}"
46     },
47     {
48       "name": "Sections",
49       "source_files": "QMChatViewController/QMChatSection/*.{h,m}"
50     },
51     {
52       "name": "Categories",
53       "source_files": "QMChatViewController/Categories/*.{h,m}"
54     },
55     {
56       "name": "KeyboardViewController",
57       "source_files": "QMChatViewController/KeyboardViewController/*.{h,m}"
58     },
59     {
60       "name": "Protocols",
61       "source_files": "QMChatViewController/Protocols/*.{h}"
62     },
63     {
64       "name": "Views",
65       "dependencies": {
66         "QMChatViewController/Protocols": [
68         ],
69         "QMChatViewController/Categories": [
71         ]
72       },
73       "source_files": "QMChatViewController/Views/**/*.{h,m}"
74     }
75   ]