Skip to content
SmartLib.podspec 1.59 KiB
Newer Older
Pod::Spec.new do |s|
  s.name             = "SmartLib"
  s.module_name      = "SmartLib"
  s.version          = "02.05.09.2661"
  s.summary          = "Broadpeak SmartLib for iOS"
  s.homepage         = "https://delivery-platform.broadpeak.tv/ios/broadpeak/smartlib-ios"
  s.license          = "All rights reserved"
  s.author           = { "Broadpeak" => "contact@broadpeak.tv" }
  s.source           = { :git => "https://delivery-platform.broadpeak.tv/ios/broadpeak/smartlib-ios.git", :tag => s.version }
  s.social_media_url = "https://broadpeak.tv"

  s.platform     = :ios, "8.4"  
  #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'
  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'
  end

  s.subspec 'VOPlayer' do |voplayer|
    voplayer.source_files = 'Pod/voplayer/include/*'
    voplayer.public_header_files = 'Pod/voplayer/include/*.h'
    voplayer.vendored_libraries = 'Pod/voplayer/libsmartlib.a', 'Pod/libmultipath.a'
  end

  s.subspec 'VisualOn' do |visualon|
    visualon.source_files = 'Pod/visualon/include/*'
    visualon.public_header_files = 'Pod/visualon/include/*.h'
    visualon.vendored_libraries = 'Pod/visualon/libsmartlib.a', 'Pod/libmultipath.a'
  end
end