blob: 396fa7d5263ced71c204d6fa6fce31c682a0754f [file] [log] [blame]
{
"name": "Beacon",
"version": "2.0.0-beta.2",
"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.0-beta.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"
],
"dependencies": {
"HSAttachmentPicker": [
"~> 1.0"
],
"PusherSwift": [
"~> 7.2"
]
}
}