[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / d / 5 / QMServices / 0.3.9 / QMServices.podspec.json
blobb0f8a68d656a49ad48c6e03946dac2bff36869b8
2   "name": "QMServices",
3   "version": "0.3.9",
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.3.9"
21   },
22   "source_files": [
23     "Classes",
24     "**/*.{h,m}"
25   ],
26   "exclude_files": "Pods",
27   "frameworks": "CoreData",
28   "requires_arc": true,
29   "xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
31   },
32   "prefix_header_contents": "#import <Quickblox/Quickblox.h>\n#import <CoreData/CoreData.h>\n#import <Quickblox/QBMulticastDelegate.h>\n#import <Bolts/Bolts.h>",
33   "resource_bundles": {
34     "QMChatCacheModel": "QMChatCache/QMChatCache/CoreData/QMChatServiceModel.xcdatamodeld",
35     "QMContactListCacheModel": "QMContactListCache/QMContactListCache/CoreData/QMContactListModel.xcdatamodeld",
36     "QMUsersCacheModel": "QMUsersCache/QMUsersCache/CoreData/QMUsersModel.xcdatamodeld"
37   },
38   "dependencies": {
39     "QuickBlox": [
40       ">= 2.6.5"
41     ],
42     "Bolts": [
43       ">= 1.5.0"
44     ]
45   }