forked from braze-inc/braze-swift-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BrazeKitCompat.podspec
25 lines (19 loc) · 937 Bytes
/
BrazeKitCompat.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 = 'BrazeKitCompat'
s.version = '6.6.1'
s.summary = 'Compatibility library for users migrating from AppboyKit.'
s.homepage = 'https://braze.com'
s.documentation_url = 'https://braze-inc.github.io/braze-swift-sdk/documentation/brazekitcompat/'
s.license = { :type => 'Commercial' }
s.authors = 'Braze, Inc.'
s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '6.6.1' }
s.swift_version = '5.0'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.static_framework = true
s.source_files = 'Sources/BrazeKitCompat/**/*.{h,m}'
s.public_header_files = 'Sources/BrazeKitCompat/include/*.h'
s.dependency 'BrazeKit', '6.6.1'
s.dependency 'BrazeLocation', '6.6.1'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end