-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrazeUI.podspec
26 lines (20 loc) · 1012 Bytes
/
BrazeUI.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 = 'BrazeUI'
s.version = '11.5.0'
s.summary = 'Braze-provided user interface library for In-App Messages and Content Cards.'
s.homepage = 'https://braze.com'
s.documentation_url = 'https://braze-inc.github.io/braze-swift-sdk/documentation/brazeui/'
s.license = { :type => 'Commercial' }
s.authors = 'Braze, Inc.'
s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.5.0/BrazeUI.zip',
:sha256 => '3290963f1bd085fe9005c62652febb09350aa37c868b1e071194c9f6dbf73251'
}
s.swift_version = '5.0'
s.ios.deployment_target = '12.0'
s.visionos.deployment_target = '1.0'
s.vendored_framework = 'BrazeUI.xcframework'
s.resource_bundles = { 'BrazeUI' => ['Sources/BrazeUIResources/Resources/**/*'] }
s.dependency 'BrazeKit', '11.5.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end