blob: 026d03e80b30011bc9b338ce913440c63b73d80b [file] [log] [blame]
{
"name": "SupportSDK",
"version": "1.2.2",
"summary": "Boomtown Support SDK",
"description": "The Boomtown Product Support Platform SDK lets you embed a complete product support platform in your iOS applications.",
"homepage": "https://developers.goboomtown.com",
"platforms": {
"ios": "11.0"
},
"license": {
"type": "Commercial",
"text": "Copyright 2020 Boomtown. All rights reserved."
},
"authors": {
"Larry Borsato": "lborsato@goboomtown.com"
},
"source": {
"git": "https://github.com/goboomtown/support-sdk-ios.git",
"tag": "1.2.2"
},
"libraries": "c++",
"vendored_frameworks": "SupportSDK.framework",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"dependencies": {
"AFNetworking": [
"~> 4.0"
],
"XMPPFramework": [
"~> 4.0"
],
"SVProgressHUD": [
],
"TwilioVideo": [
"3.7.1"
],
"iOS-Color-Picker": [
],
"MTBBarcodeScanner": [
]
}
}