[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / d / 5 / QMServices / 0.2.4 / QMServices.podspec.json
blobe2e448b25e6a09b5b0c76d4f7d8cae7bd14d2e79
2   "name": "QMServices",
3   "version": "0.2.4",
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.2.4"
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   "dependencies": {
31     "QuickBlox": [
32       "~> 2.4"
33     ]
34   },
35   "prefix_header_contents": "#import <Quickblox/Quickblox.h>\n#import <CoreData/CoreData.h>\n#import <Quickblox/QBMulticastDelegate.h>",
36   "resource_bundles": {
37     "QMChatCacheModel": "QMChatCache/QMChatCache/CoreData/QMChatServiceModel.xcdatamodeld",
38     "QMContactListCacheModel": "QMContactListCache/QMContactListCache/CoreData/QMContactListModel.xcdatamodeld"
39   }