Added pods to easier update and integrate libraries
Podfile
0 → 100644
# Uncomment this line to define a global platform for your project | ||
# platform :ios, '6.0' | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
target 'vlc-ios' do | ||
pod 'OBSlider', '1.1.0' | ||
pod 'QuincyKit', :git => 'https://github.com/carolanitz/QuincyKit.git' | ||
pod 'PLCrashReporter', '1.2-rc5' | ||
pod 'GHSidebarNav', '1.0.0' | ||
pod 'Dropbox-iOS-SDK', '1.3.13' | ||
pod 'InAppSettingsKit', '2.2.1' | ||
pod 'upnpx', '1.3.0' | ||
end | ||
\ No newline at end of file |
Podfile.lock
0 → 100644