-
Notifications
You must be signed in to change notification settings - Fork 19
/
BrazeLocation.podspec
27 lines (21 loc) · 1.06 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.3.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/releases/download/11.3.0/BrazeLocation.zip',
:sha256 => 'ca6f518ca8017d11584c0897a701f52f20620b508208d6da68447d4e40a38ffa'
}
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.3.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end