blob: e14ae12aba64857f46ba36325b9f0a2137ea1853 [file] [log] [blame]
{
"name": "Beacon",
"version": "1.0.3",
"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": "1.0.3"
},
"source_files": "Beacon.framework/Headers/*.h",
"dependencies": {
"HSAttachmentPicker": [
"~> 1.0"
]
},
"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"
]
}