blob: 95c9c1c226d1a582ff3e496334740d722cfb98b7 [file] [log] [blame]
{
"name": "MindBehind",
"version": "1.0.0",
"summary": "Mindbehind IOS let you integrate a chat widget inside IOS application and link it with IOS channel in Mindbehind platform.",
"homepage": "https://www.mindbehind.com",
"authors": {
"Mindbehind": "support@mindbehind.com"
},
"source": {
"git": "https://github.com/Mindbehind/mindbehind-ios-sdk.git",
"tag": "v1.0.0"
},
"license": {
"type": "Commercial",
"text": "https://www.mindbehind.com/terms-and-conditions"
},
"source_files": [
"MindBehind.framework/Headers/MindBehind.h",
"MindBehind.framework/Headers/MBCSettings.h",
"MindBehind.framework/Headers/MBCUser.h",
"MindBehind.framework/Headers/MBCConversation.h",
"MindBehind.framework/Headers/MBCMessage.h",
"MindBehind.framework/Headers/MBCMessageAction.h",
"MindBehind.framework/Headers/MBCConversationActivity.h",
"MindBehind.framework/Headers/MBCCoordinates.h"
],
"preserve_paths": "MindBehind.framework/*",
"module_map": "MindBehind.framework/Modules/module.modulemap",
"frameworks": [
"MindBehind",
"CoreText",
"SystemConfiguration",
"CoreTelephony",
"Foundation",
"CoreGraphics",
"UIKit",
"QuartzCore",
"AssetsLibrary",
"Photos",
"AVFoundation",
"CFNetwork"
],
"libraries": "icucore",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/MindBehind"
},
"vendored_frameworks": "MindBehind.framework",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}