[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / d / 5 / QMServices / 0.3.2 / QMServices.podspec.json
blobc43acd79f46e7fae50f36449bd8212362dbd173f
2   "name": "QMServices",
3   "version": "0.3.2",
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 Moskvin": "andrey.moskvin@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.2"
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>\n#import <libextobjc/EXTKeyPathCoding.h>\n#import <libextobjc/EXTScope.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.5"
39     ],
40     "Bolts": [
41       "1.3.0"
42     ],
43     "libextobjc/EXTKeyPathCoding": [
44       "0.4.1"
45     ],
46     "libextobjc/EXTScope": [
47       "0.4.1"
48     ]
49   }