blob: 229d88a881bb5bf1a5eff3c638dfe1af5fb70874 [file] [log] [blame]
{
"name": "QMServices",
"version": "0.3.8",
"summary": "Easy-to-use services for Quickblox SDK, for speeding up development of iOS chat applications.",
"homepage": "https://github.com/QuickBlox/q-municate-services-ios",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"authors": {
"Andrey Ivanov": "andrey.ivanov@quickblox.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/QuickBlox/q-municate-services-ios.git",
"tag": "0.3.8"
},
"source_files": [
"Classes",
"**/*.{h,m}"
],
"exclude_files": "Pods",
"frameworks": "CoreData",
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
},
"prefix_header_contents": "#import <Quickblox/Quickblox.h>\n#import <CoreData/CoreData.h>\n#import <Quickblox/QBMulticastDelegate.h>\n#import <Bolts/Bolts.h>",
"resource_bundles": {
"QMChatCacheModel": "QMChatCache/QMChatCache/CoreData/QMChatServiceModel.xcdatamodeld",
"QMContactListCacheModel": "QMContactListCache/QMContactListCache/CoreData/QMContactListModel.xcdatamodeld",
"QMUsersCacheModel": "QMUsersCache/QMUsersCache/CoreData/QMUsersModel.xcdatamodeld"
},
"dependencies": {
"QuickBlox": [
"~> 2.6.5"
],
"Bolts": [
"1.5.0"
]
}
}