[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / 3 / b / d / Beacon / 2.0.0-beta.1 / Beacon.podspec.json
blob5c5d2a36b228abaf1351ea248089bdd8c2357711
2   "name": "Beacon",
3   "version": "2.0.0-beta.1",
4   "summary": "The Help Scout Beacon SDK",
5   "license": {
6     "type": "Commercial",
7     "text": "Help Scout. All rights reserved."
8   },
9   "description": "The Help Scout Beacon SDK. Learn more at https://developer.helpscout.com/beacon-2/.",
10   "homepage": "http://github.com/helpscout/beacon-ios-sdk",
11   "authors": {
12     "Help Scout": "help@helpscout.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/helpscout/beacon-ios-sdk.git",
19     "tag": "2.0.0-beta.1"
20   },
21   "source_files": "Beacon.framework/Headers/*.h",
22   "module_map": "Beacon.framework/Modules/module.modulemap",
23   "preserve_paths": "Beacon.framework/*",
24   "vendored_frameworks": "Beacon.framework",
25   "resources": "Beacon.framework/Beacon.bundle",
26   "frameworks": [
27     "UIKit",
28     "Photos",
29     "UserNotifications",
30     "WebKit",
31     "MobileCoreServices",
32     "SafariServices",
33     "QuickLook"
34   ],
35   "dependencies": {
36     "HSAttachmentPicker": [
37       "~> 1.0"
38     ],
39     "PusherSwift": [
40       "~> 7.2"
41     ]
42   }