[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / d / 5 / QMServices / 0.3.6 / QMServices.podspec.json
blobe9dae82677fd46dfee7b467143b2f52f1a728ba4
2   "name": "QMServices",
3   "version": "0.3.6",
4   "summary": "Easy-to-use services for Quickblox SDK, for speeding up development of iOS chat applications.",
5   "homepage": "https://github.com/QuickBlox/q-municate-services-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Andrey Ivanov": "andrey.ivanov@quickblox.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/QuickBlox/q-municate-services-ios.git",
18     "tag": "0.3.6"
19   },
20   "source_files": [
21     "Classes",
22     "**/*.{h,m}"
23   ],
24   "exclude_files": "Pods",
25   "frameworks": "CoreData",
26   "requires_arc": true,
27   "xcconfig": {
28     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
29   },
30   "prefix_header_contents": "#import <Quickblox/Quickblox.h>\n#import <CoreData/CoreData.h>\n#import <Quickblox/QBMulticastDelegate.h>\n#import <Bolts/Bolts.h>",
31   "resource_bundles": {
32     "QMChatCacheModel": "QMChatCache/QMChatCache/CoreData/QMChatServiceModel.xcdatamodeld",
33     "QMContactListCacheModel": "QMContactListCache/QMContactListCache/CoreData/QMContactListModel.xcdatamodeld",
34     "QMUsersCacheModel": "QMUsersCache/QMUsersCache/CoreData/QMUsersModel.xcdatamodeld"
35   },
36   "dependencies": {
37     "QuickBlox": [
38       "~> 2.6.5"
39     ],
40     "Bolts": [
41       "1.5.0"
42     ]
43   }