blob: b88f1e1bf1b8dc2981fa5572bbad7d421b03a490 [file] [log] [blame]
{
"name": "Beacon",
"version": "0.52",
"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": "9.0"
},
"source": {
"git": "https://github.com/helpscout/beacon-ios-sdk.git",
"tag": "0.52"
},
"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"
],
"dependencies": {
"HSAttachmentPicker": [
"~> 1.0"
]
}
}