Podfile 635 B

123456789101112131415161718192021
  1. # Uncomment this line to define a global platform for your project
  2. # platform :ios, '6.0'
  3. source 'https://github.com/CocoaPods/Specs.git'
  4. target 'vlc-ios' do
  5. pod 'OBSlider', '1.1.0'
  6. pod 'GHSidebarNav', '1.0.0'
  7. pod 'InAppSettingsKit', '2.2.2'
  8. pod 'upnpx', '1.3.2'
  9. pod 'SSKeychain'
  10. pod 'box-ios-sdk-v2', :git => 'git://github.com/carolanitz/box-ios-sdk-v2.git', :commit => 'd2df30aa5f76d30910e06f3ef5aff49025de3cf1' #has a logout function added
  11. end
  12. post_install do |installer_representation|
  13. installer_representation.project.build_configurations.each do |config|
  14. config.build_settings['SKIP_INSTALL'] = 'YES'
  15. end
  16. end