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')
CONVIVA_VERSION = '4.0.19'
use_frameworks!

# Pods for ConvivaDemo
pod 'PRESTOplay', VERSION
pod 'CastlabsApple', VERSION
pod 'CastlabsConviva', VERSION
pod 'ConvivaSDK', CONVIVA_VERSION

target 'ConvivaDemo' do
  platform :ios, IOS_PLATFORM_VERSION

end

target 'ConvivaDemoTV' do
  platform :tvos, TVOS_PLATFORM_VERSION

end
