forked from Appboy/appboy-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppboy-tvOS-SDK.podspec
More file actions
17 lines (17 loc) · 860 Bytes
/
Appboy-tvOS-SDK.podspec
File metadata and controls
17 lines (17 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "Appboy-tvOS-SDK"
s.version = "3.21.0"
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.tvos.weak_framework = 'AdSupport', 'StoreKit'
s.preserve_paths = 'Appboy-tvOS-SDK/AppboyTVOSKit.framework'
s.vendored_frameworks = 'Appboy-tvOS-SDK/AppboyTVOSKit.framework'
end