Podfile 590 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 'QuincyKit', :git => 'https://github.com/carolanitz/QuincyKit.git'
  7. pod 'PLCrashReporter', '1.2-rc5'
  8. pod 'GHSidebarNav', '1.0.0'
  9. pod 'Dropbox-iOS-SDK', '1.3.13'
  10. pod 'InAppSettingsKit', '2.2.2'
  11. pod 'upnpx', '1.3.0'
  12. end
  13. post_install do |installer_representation|
  14. installer_representation.project.build_configurations.each do |config|
  15. config.build_settings['SKIP_INSTALL'] = 'YES'
  16. end
  17. end