source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/castlabs/Specs.git'

VERSION = File.read('./../../VERSION')
IOS_PLATFORM_VERSION = File.read('./../../configs/platform-version-ios')
TVOS_PLATFORM_VERSION = File.read('./../../configs/platform-version-tvos')
MUX_VERSION = '5.1.1'
use_frameworks!

# Pods for MuxDemo
pod 'PRESTOplay', VERSION
pod 'CastlabsApple', VERSION
pod 'CastlabsMux', VERSION
pod 'Mux-Stats-Core', MUX_VERSION

target 'MuxDemo' do
  platform :ios, IOS_PLATFORM_VERSION

end

target 'MuxDemoTV' do
  platform :tvos, TVOS_PLATFORM_VERSION

end
