Browse Source

podfile: fix typo

Felix Paul Kühne 8 years ago
parent
commit
8a0bad777b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Podfile

+ 1 - 1
Podfile

@@ -22,7 +22,7 @@ pod 'VLC-LiveSDK', '5.7.0x'
 pod 'MediaLibraryKit-unstable'
 pod 'MobileVLCKit-unstable', '3.0.0a36’
 pod 'GTMAppAuth'
-pod 'ObjectiveDropboxOfficial', :git => 'git@://github.com/carolanitz/dropbox-sdk-obj-c.git' #update ios platform version
+pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/carolanitz/dropbox-sdk-obj-c.git' #update ios platform version
 end
 
 target 'VLC-iOS-no-watch' do