Update VLCKit and fix Dropbox SDK URL
Showing
... | ... | @@ -20,9 +20,9 @@ pod 'VLC-LXReorderableCollectionViewFlowLayout', '0.1.3v' |
pod 'VLC-WhiteRaccoon' | ||
pod 'VLC-LiveSDK', '5.7.0x' | ||
pod 'MediaLibraryKit-unstable' | ||
pod 'MobileVLCKit-unstable', '3.0.0a31' | ||
pod 'MobileVLCKit-unstable', '3.0.0a32' | ||
pod 'GTMAppAuth' | ||
pod 'ObjectiveDropboxOfficial', :git => 'git@github.com:TheHungryBu/dropbox-sdk-obj-c.git' #update ios platform version | ||
pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/TheHungryBu/dropbox-sdk-obj-c.git' #update ios platform version | ||
end | ||
target 'VLC-iOS-no-watch' do | ||
... | ... | @@ -41,8 +41,8 @@ pod 'VLC-LXReorderableCollectionViewFlowLayout', '0.1.3v' |
pod 'VLC-WhiteRaccoon' | ||
pod 'VLC-LiveSDK', '5.7.0x' | ||
pod 'MediaLibraryKit-unstable' | ||
pod 'MobileVLCKit-unstable', '3.0.0a31' | ||
pod 'ObjectiveDropboxOfficial', :git => 'git@github.com:TheHungryBu/dropbox-sdk-obj-c.git' #update ios platform version | ||
pod 'MobileVLCKit-unstable', '3.0.0a32' | ||
pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/TheHungryBu/dropbox-sdk-obj-c.git' #update ios platform version | ||
pod 'GTMAppAuth' | ||
end | ||
... | ... | @@ -61,7 +61,7 @@ pod 'GoogleAPIClient/Drive' |
pod 'VLC-LXReorderableCollectionViewFlowLayout', '0.1.3v' | ||
pod 'VLC-WhiteRaccoon' | ||
pod 'VLC-LiveSDK', '5.7.0x' | ||
pod 'ObjectiveDropboxOfficial', :git => 'git@github.com:TheHungryBu/dropbox-sdk-obj-c.git' #update ios platform version | ||
pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/TheHungryBu/dropbox-sdk-obj-c.git' #update ios platform version | ||
end | ||
... | ... | @@ -76,9 +76,9 @@ pod "OROpenSubtitleDownloader", :git => 'https://github.com/orta/OROpenSubtitleD |
pod 'GRKArrayDiff', '~> 2.1' | ||
pod 'VLC-WhiteRaccoon' | ||
pod 'VLC-LiveSDK', '5.7.0x' | ||
pod 'ObjectiveDropboxOfficial', :git => 'git@github.com:TheHungryBu/dropbox-sdk-obj-c.git' #update ios platform version | ||
pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/TheHungryBu/dropbox-sdk-obj-c.git' #update ios platform version | ||
pod 'HockeySDK-tvOS', '4.1.0-beta.1' | ||
pod 'TVVLCKit-unstable', '3.0.0a31' | ||
pod 'TVVLCKit-unstable', '3.0.0a32' | ||
end | ||
... | ... | @@ -93,7 +93,7 @@ pod "OROpenSubtitleDownloader", :git => 'https://github.com/orta/OROpenSubtitleD |
pod 'GRKArrayDiff', '~> 2.1' | ||
pod 'VLC-WhiteRaccoon' | ||
pod 'VLC-LiveSDK', '5.7.0x' | ||
pod 'ObjectiveDropboxOfficial', :git => 'git@github.com:TheHungryBu/dropbox-sdk-obj-c.git' #update ios platform version | ||
pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/TheHungryBu/dropbox-sdk-obj-c.git' #update ios platform version | ||
pod 'HockeySDK-tvOS', '4.1.0-beta.1' | ||
end | ||
... | ... |
Please register or sign in to comment