|
@@ -9,7 +9,7 @@ pod 'OBSlider', '1.1.0'
|
|
|
pod 'PLCrashReporter', '1.2-rc5'
|
|
|
pod 'GHSidebarNav', '1.0.0'
|
|
|
pod 'InAppSettingsKit', '2.2.2'
|
|
|
-pod 'upnpx', '1.3.0'
|
|
|
+pod 'upnpx', '1.3.1'
|
|
|
pod 'SSKeychain'
|
|
|
pod 'QuincyKit', :git => 'https://github.com/carolanitz/QuincyKit.git' #for version 3.0
|
|
|
pod 'box-ios-sdk-v2', :git => 'git://github.com/carolanitz/box-ios-sdk-v2.git', :commit => 'd2df30aa5f76d30910e06f3ef5aff49025de3cf1' #has a logout function added
|
|
@@ -19,4 +19,4 @@ post_install do |installer_representation|
|
|
|
installer_representation.project.build_configurations.each do |config|
|
|
|
config.build_settings['SKIP_INSTALL'] = 'YES'
|
|
|
end
|
|
|
-end
|
|
|
+end
|