source 'git@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')
use_frameworks!

# Pods for DashDemo
pod 'PRESTOplay', VERSION
pod 'CastlabsVTWithWidevine', VERSION

target 'CastlabsDASHWidevineDemo' do
  platform :ios, IOS_PLATFORM_VERSION
end
