Released on June 23 , 2023
<aside> 💡 Release requires prior migration to 1.27.0
</aside>
The release includes a number of bug fixes
<aside> 💡 PR addresses changes required for migrating to this release.
</aside>
CocoaPods
Below is Podfile
for 1.28.0 release with Face AR
source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '13.0'
use_frameworks!
target 'Example' do
pod 'BanubaARCloudSDK', '1.28.0' #optional
pod 'BanubaVideoEditorSDK', '1.28.0'
pod 'BanubaAudioBrowserSDK', '1.28.0' #optional
pod 'BanubaSDKSimple', '1.28.0'
pod 'BanubaEffectPlayer', '1.28.0'
pod 'BanubaSDK', '1.28.0'
pod 'BanubaSDKServicing', '1.28.0'
pod 'VideoEditor', '1.28.0'
pod 'BanubaUtilities', '1.28.0'
pod 'BanubaVideoEditorGallerySDK', '1.28.0' #optional
pod 'BanubaLicenseServicingSDK', '1.28.0'
pod 'BNBLicenseUtils', '1.28.0'
pod 'VEExportSDK', '1.28.0'
pod 'VEEffectsSDK', '1.28.0'
pod 'VEPlaybackSDK', '1.28.0'
end
Below is Podfile
for 1.28.0 release with NO Face AR
source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '13.0'
use_frameworks!
target 'Example' do
pod 'BanubaARCloudSDK', '1.28.0' #optional
pod 'BanubaVideoEditorSDK', '1.28.0'
pod 'BanubaAudioBrowserSDK', '1.28.0' #optional
pod 'BanubaSDKSimple', '1.28.0'
pod 'BanubaSDKServicing', '1.28.0'
pod 'VideoEditor', '1.28.0'
pod 'BanubaUtilities', '1.28.0'
pod 'BanubaVideoEditorGallerySDK', '1.28.0' #optional
pod 'BanubaLicenseServicingSDK', '1.28.0'
pod 'BNBLicenseUtils', '1.28.0'
pod 'VEPlaybackSDK', '1.28.0'
pod 'VEEffectsSDK', '1.28.0'
pod 'VEEExportSDK', '1.28.0'
end