blob: e0cae39e04f4005039340a53e2577ac2ccfe4abe [file] [log] [blame]
{
"name": "Beacon",
"version": "2.0.2",
"swift_versions": "5.0",
"summary": "The Help Scout Beacon SDK",
"license": {
"type": "Commercial",
"text": "Help Scout. All rights reserved."
},
"description": "The Help Scout Beacon SDK. Learn more at https://developer.helpscout.com/beacon-2/.",
"homepage": "http://github.com/helpscout/beacon-ios-sdk",
"authors": {
"Help Scout": "help@helpscout.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/helpscout/beacon-ios-sdk.git",
"tag": "2.0.2"
},
"source_files": "Beacon.framework/Headers/*.h",
"module_map": "Beacon.framework/Modules/module.modulemap",
"preserve_paths": "Beacon.framework/*",
"vendored_frameworks": "Beacon.framework",
"resources": "Beacon.framework/Beacon.bundle",
"frameworks": [
"UIKit",
"Photos",
"UserNotifications",
"WebKit",
"MobileCoreServices",
"SafariServices",
"QuickLook",
"CoreData"
],
"swift_version": "5.0"
}