Podfile 407 B

1234567891011121314151617
  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