Bläddra i källkod

ATV: add SSKeychain

Felix Paul Kühne 9 år sedan
förälder
incheckning
4fba38952d
1 ändrade filer med 7 tillägg och 2 borttagningar
  1. 7 2
      Podfile

+ 7 - 2
Podfile

@@ -1,10 +1,9 @@
-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