Files
PlayerKit/Example/Podfile
2018-11-15 12:31:11 -05:00

13 lines
197 B
Ruby

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