-
Notifications
You must be signed in to change notification settings - Fork 0
/
BrazeKit.podspec
25 lines (20 loc) · 1 KB
/
BrazeKit.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
Pod::Spec.new do |s|
s.name = 'BrazeKit'
s.version = '11.4.0'
s.summary = 'Braze Main SDK library providing support for analytics and push notifications.'
s.homepage = 'https://braze.com'
s.documentation_url = 'https://braze-inc.github.io/braze-swift-sdk/documentation/brazekit/'
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/BrazeKit.zip',
:sha256 => '784d49022b57d1149a6633f02ccde80ca918d35f7bff70f23bf3d38edd2a874a'
}
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 = 'BrazeKit.xcframework'
s.resource_bundles = { 'BrazeKit' => ['Sources/BrazeKitResources/Resources/**/*'] }
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end