-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrazeLocation.podspec
26 lines (20 loc) · 1001 Bytes
/
BrazeLocation.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
s.name = 'BrazeLocation'
s.version = '11.5.0'
s.summary = 'Braze location library providing support for location analytics and geofence monitoring.'
s.homepage = 'https://braze.com'
s.documentation_url = 'https://braze-inc.github.io/braze-swift-sdk/documentation/brazelocation/'
s.license = { :type => 'Commercial' }
s.authors = 'Braze, Inc.'
s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/11.5.0/BrazeLocation.zip',
:sha256 => '786f206faf4e47a52c83a6c365fc330b781d42205670e0c8b33a3dd9438f531c'
}
s.swift_version = '5.0'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.visionos.deployment_target = '1.0'
s.vendored_framework = 'BrazeLocation.xcframework'
s.dependency 'BrazeKit', '11.5.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end