use_frameworks!

platform :ios, '9.0'

def target_pods
  pod 'google-cast-sdk', '>=4.5.1'
end

target 'CastVideos-swift' do
  target_pods
end
