-
Notifications
You must be signed in to change notification settings - Fork 0
/
BrazeKit.podspec
24 lines (19 loc) · 934 Bytes
/
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
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-mergeable/releases/download/11.4.0/BrazeKit.zip',
:sha256 => '98a0020d8487f02b8d9bf63562d4494312fd378a2d80cc4ff962b751db8b71ad'
}
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.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end