-
Notifications
You must be signed in to change notification settings - Fork 0
/
BrazeLocation.podspec
27 lines (21 loc) · 1.08 KB
/
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
27
Pod::Spec.new do |s|
s.name = 'BrazeLocation'
s.version = '11.4.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-static/releases/download/11.4.0/BrazeLocation.zip',
:sha256 => 'bf6f26d308806fe80e39e17170b087eb52bdcbc73699f45d27aa0c35a8931f27'
}
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.resource_bundles = { 'BrazeLocation' => ['Sources/BrazeLocationResources/Resources/**/*'] }
s.dependency 'BrazeKit', '11.4.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end