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

target 'ChromecastDemo' do
  platform :ios, IOS_PLATFORM_VERSION

  # Pods for ChromecastDemo
  pod 'PRESTOplay', VERSION
  pod 'CastlabsApple', VERSION
  pod 'CastlabsChromecast', VERSION
  pod 'google-cast-sdk-dynamic-xcframework', '4.8.1.2'
end
