ATV: add SSKeychain
platform :ios, '7.0' | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
inhibit_all_warnings! | ||
target 'vlc-ios' do | ||
platform :ios, '7.0' | ||
pod 'OBSlider', '1.1.0' | ||
pod 'InAppSettingsKit', '2.2.2' | ||
... | ... | @@ -23,3 +22,9 @@ post_install do |installer_representation| |
config.build_settings['CLANG_CXX_LIBRARY'] = 'libc++' | ||
end | ||
end | ||
target 'VLC-TV' do | ||
platform :tvos, '9.0' | ||
pod 'SSKeychain', '~>1.2.2' | ||
end |
Please register or sign in to comment