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

platform :tvos, '11.0'
use_frameworks!

target 'Example' do
  pod 'TvOSScribble', :path => '..'
end

