forked from Appboy/appboy-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Appboy-tvOS-SDK.podspec
19 lines (18 loc) · 1013 Bytes
/
Appboy-tvOS-SDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "Appboy-tvOS-SDK"
s.version = "4.4.4"
s.summary = "This is the Braze tvOS SDK for Mobile Marketing Automation"
s.homepage = "http://www.braze.com"
s.license = { :type => 'Commercial', :text => 'Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE'}
s.author = { "Appboy" => "http://www.braze.com" }
s.source = { :git => 'https://github.com/Appboy/appboy-ios-sdk.git', :tag => s.version.to_s}
s.platform = :tvos
s.tvos.deployment_target = 9.0
s.requires_arc = true
s.documentation_url = 'https://www.braze.com/docs'
s.tvos.frameworks = 'SystemConfiguration'
s.preserve_paths = 'Appboy-tvOS-SDK/AppboyTVOSKit.framework'
s.vendored_frameworks = 'Appboy-tvOS-SDK/AppboyTVOSKit.framework'
# Skip this architecture to pass Pod validation since we removed the `arm64` simulator ARCH in order to use lipo later
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=appletvsimulator*]' => 'arm64' }
end