blob: 63777ddca37bf6a0466d6eb3ca836bec7f9f9631 [file] [log] [blame]
{
"name": "QMServices",
"version": "0.2.5",
"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": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Andrey Moskvin": "andrey.moskvin@quickblox.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/QuickBlox/q-municate-services-ios.git",
"tag": "0.2.5"
},
"source_files": [
"Classes",
"**/*.{h,m}"
],
"exclude_files": "Pods",
"frameworks": "CoreData",
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/QuickBlox/"
},
"dependencies": {
"QuickBlox": [
"~> 2.4"
]
},
"prefix_header_contents": "#import <Quickblox/Quickblox.h>\n#import <CoreData/CoreData.h>\n#import <Quickblox/QBMulticastDelegate.h>",
"resource_bundles": {
"QMChatCacheModel": "QMChatCache/QMChatCache/CoreData/QMChatServiceModel.xcdatamodeld",
"QMContactListCacheModel": "QMContactListCache/QMContactListCache/CoreData/QMContactListModel.xcdatamodeld"
}
}