Files
PlayerKit/Example/Podfile
T

12 lines
167 B
Ruby

use_frameworks!
platform :ios, '8.0'
target 'PlayerKit_Example' do
pod 'PlayerKit', :path => '../'
target 'PlayerKit_Tests' do
inherit! :search_paths
end
end