Skip to content
Snippets Groups Projects
Commit 02659cea authored by Jenkins builder's avatar Jenkins builder
Browse files

[Update] SmartLib+tvOS (02.05.01)

parent 18e7a5e0
No related branches found
No related tags found
No related merge requests found
Pod::Spec.new do |s|
s.name = "SmartLib+tvOS"
s.module_name = "SmartLib_tvOS"
s.version = "02.05.01"
s.summary = "Broadpeak SmartLib for tvOS"
s.homepage = "https://delivery-platform.broadpeak.tv/ios/broadpeak/smartlib-tvos"
s.license = "All rights reserved"
s.author = { "Broadpeak" => "contact@broadpeak.tv" }
s.source = { :git => "https://delivery-platform.broadpeak.tv/ios/broadpeak/smartlib-tvos.git", :tag => s.version }
s.social_media_url = "https://broadpeak.tv"
s.platform = :tvos, "11.0"
#s.source_files = "Pod/include/*"
s.default_subspec = "Generic"
s.subspec 'AVPlayer' do |avplayer|
avplayer.source_files = 'Pod/avplayer/include/*'
avplayer.public_header_files = 'Pod/avplayer/include/*.h'
avplayer.vendored_libraries = 'Pod/avplayer/libsmartlib.a', 'Pod/libmultipath.a', 'Pod/libnanocdn-rr.a', 'Pod/libnanocdn-core.a'
end
s.subspec 'Generic' do |generic|
generic.source_files = 'Pod/generic/include/*'
generic.public_header_files = 'Pod/generic/include/*.h'
generic.vendored_libraries = 'Pod/generic/libsmartlib.a', 'Pod/libmultipath.a', 'Pod/libnanocdn-rr.a', 'Pod/libnanocdn-core.a'
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment