[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / d / 5 / QMServices / 0.4.3 / QMServices.podspec.json
blob05a73ce41112f3801cbce6fd99ec423a7a459cd6
2   "name": "QMServices",
3   "version": "0.4.3",
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": "BSD",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Andrey Ivanov": "andrey.ivanov@quickblox.com",
12     "Vitaliy Gorbachov": "vitaliy.gorbachov@quickblox.com",
13     "Vitaliy Gurkovsky": "vitaliy.gurkovsky@injoit.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/QuickBlox/q-municate-services-ios.git",
20     "tag": "0.4.3"
21   },
22   "source_files": [
23     "Classes",
24     "**/*.{h,m}"
25   ],
26   "exclude_files": [
27     "Pods",
28     "Frameworks"
29   ],
30   "frameworks": "CoreData",
31   "requires_arc": true,
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
34   },
35   "prefix_header_contents": "#import <Quickblox/Quickblox.h>\n#import <CoreData/CoreData.h>\n#import <Quickblox/QBMulticastDelegate.h>\n#import <Bolts/Bolts.h>",
36   "resource_bundles": {
37     "QMChatCacheModel": "QMChatCache/QMChatCache/CoreData/QMChatServiceModel.xcdatamodeld",
38     "QMContactListCacheModel": "QMContactListCache/QMContactListCache/CoreData/QMContactListModel.xcdatamodeld",
39     "QMUsersCacheModel": "QMUsersCache/QMUsersCache/CoreData/QMUsersModel.xcdatamodeld"
40   },
41   "dependencies": {
42     "QuickBlox": [
43       ">= 2.6.5"
44     ],
45     "Bolts": [
46       ">= 1.5.0"
47     ]
48   }