forked from braze-inc/braze-swift-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrazeKit.podspec
24 lines (19 loc) · 954 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 = '6.6.1'
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/releases/download/6.6.1/BrazeKit.zip',
:sha256 => 'a8047d27fcbeb96cd19241e822241e97af36d1bff7afcc62f8bc5264a9fb8432'
}
s.swift_version = '5.0'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.vendored_framework = 'BrazeKit.xcframework'
s.resource_bundles = { 'BrazeKit' => ['Sources/BrazeKitResources/Resources/**/*'] }
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end