forked from helpscout/beacon-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Beacon.podspec
22 lines (19 loc) · 1.04 KB
/
Beacon.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'Beacon'
s.swift_version = '5.0'
s.version = '2.2.7'
s.summary = 'The Help Scout Beacon SDK'
s.license = { :type => 'Commercial', :text => 'Help Scout. All rights reserved.' }
s.description = <<-DESC
The Help Scout Beacon SDK. Learn more at https://developer.helpscout.com/beacon-2/.
DESC
s.homepage = 'http://github.com/helpscout/beacon-ios-sdk'
s.author = { 'Help Scout' => '[email protected]' }
s.platform = :ios, '11.0'
s.source = { :git => 'https://github.com/helpscout/beacon-ios-sdk.git', :tag => s.version }
s.source_files = 'Beacon.xcframework/ios-arm64/Beacon.framework/Headers/*.h'
s.module_map = 'Beacon.xcframework/ios-arm64/Beacon.framework/Modules/module.modulemap'
s.preserve_paths = 'Beacon.xcframework'
s.vendored_frameworks = 'Beacon.xcframework'
s.frameworks = 'UIKit', 'Photos', 'UserNotifications', 'WebKit', 'MobileCoreServices', 'SafariServices', 'QuickLook', 'CoreData'
end