box: switch to another fork with ATV support
Showing
... | ... | @@ -10,7 +10,7 @@ pod 'InAppSettingsKit', '2.2.2' |
pod 'upnpx', '~>1.3.4' | ||
pod 'HockeySDK', '~>3.6.4' | ||
pod 'SSKeychain', '~>1.2.2' | ||
pod 'box-ios-sdk-v2', :git => 'git://github.com/carolanitz/box-ios-sdk-v2.git', :commit => 'd2df30aa5f76d30910e06f3ef5aff49025de3cf1' #has a logout function added | ||
pod 'box-ios-sdk-v2', :git => 'git://github.com/fkuehne/box-ios-sdk-v2.git' #has a logout function added | ||
pod 'RESideMenu', '~>4.0.7' | ||
end | ||
... | ... | @@ -26,5 +26,6 @@ end |
target 'VLC-TV' do | ||
platform :tvos, '9.0' | ||
pod 'SSKeychain', '~>1.2.2' | ||
pod 'box-ios-sdk-v2', :git => 'git://github.com/fkuehne/box-ios-sdk-v2.git' #has tvOS support added | ||
end |
Please register or sign in to comment