source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/castlabs/Specs.git'
source 'https://castlabs:fyMEr3t6@delivery-platform.broadpeak.tv/ios/broadpeak/specs.git'

VERSION = File.read('./../../VERSION')
IOS_PLATFORM_VERSION = File.read('./../../configs/platform-version-ios')
TVOS_PLATFORM_VERSION = File.read('./../../configs/platform-version-tvos')
BROADPEAK_VERSION = '05.01.01.626d008'
use_frameworks!

# Pods for BroadpeakDemo
pod 'PRESTOplay', VERSION
pod 'CastlabsApple', VERSION
pod 'CastlabsBroadpeak', VERSION

target 'BroadpeakDemo' do
  platform :ios, IOS_PLATFORM_VERSION

  pod 'SmartLib-v3/Generic', BROADPEAK_VERSION
end

target 'BroadpeakDemoTV' do
  platform :tvos, TVOS_PLATFORM_VERSION

  pod 'SmartLib-v3/Generic+tvOS', BROADPEAK_VERSION
end
