-
Notifications
You must be signed in to change notification settings - Fork 0
/
BrazePushStory.podspec
24 lines (19 loc) · 1021 Bytes
/
BrazePushStory.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 = 'BrazePushStory'
s.version = '11.4.0'
s.summary = 'Braze notification content extension library providing support for Push Stories.'
s.homepage = 'https://braze.com'
s.documentation_url = 'https://braze-inc.github.io/braze-swift-sdk/documentation/brazepushstory/'
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/BrazePushStory.zip',
:sha256 => 'c2dacb22b47df113779c6c65231ec27ed781469a1c8ce5ace02942103ffa94e1'
}
s.swift_version = '5.0'
s.ios.deployment_target = '12.0'
s.visionos.deployment_target = '1.0'
s.vendored_framework = 'BrazePushStory.xcframework'
s.resource_bundles = { 'BrazePushStory' => ['Sources/BrazePushStoryResources/Resources/**/*'] }
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end