Released on May 15, 2026
<aside> 💡 You can find all migrations to 1.52.x releases in the main sample on GitHub.
</aside>


.png)
Template Builder lets users create and publish custom video templates from the SDK; with Templates Store, those templates can show up in the templates gallery for everyone in your app.
Banuba’s In-App Template Builder (iOS only) is a B2B feature within the Video Editor SDK, designed for Banuba’s customer teams, such as content managers, marketers and content creators, to create reusable, branded video editing templates without technical support.
Templates define music, transitions, clip lengths, FX, text, and “fillable slots” for videos. These can be drafted, previewed, tagged with metadata, published, distributed, and consumed within the SDK runtime.
The feature removes the B2B bottleneck of custom template requests to Banuba and enables client teams to launch and update templates in minutes instead of relying on engineering or service support.
<aside> ❗ Please check out the Pull Request with migration changes.
</aside>
CocoaPods
Below is Podfile for 1.52.0 release with Face AR.
source '<https://github.com/Banuba/specs.git>'
source '[<https://github.com/sdk-banuba/banuba-sdk-podspecs.git>](<https://github.com/sdk-banuba/banuba-sdk-podspecs.git>)'
platform :ios, '15.0'
use_frameworks!
target 'Example' do
banuba_sdk_version = '1.52.0'
pod 'BanubaVideoEditorSDK', banuba_sdk_version
pod 'BanubaSDK', banuba_sdk_version
pod 'BanubaARCloudSDK', banuba_sdk_version #optional
pod 'BanubaAudioBrowserSDK', banuba_sdk_version #optional
pod 'BanubaGenAIVideos', banuba_sdk_version #optional
end
Below is Podfile for 1.52.0 release with NO Face AR
source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '15.0'
use_frameworks!
target 'Example' do
banuba_sdk_version = '1.52.0'
pod 'BanubaVideoEditorSDK', banuba_sdk_version
pod 'BanubaSDKSimple', banuba_sdk_version
pod 'BanubaARCloudSDK', banuba_sdk_version #optional
pod 'BanubaAudioBrowserSDK', banuba_sdk_version #optional
pod 'BanubaGenAIVideos', banuba_sdk_version #optional
end
Templates source is set via catalogSource property with 2 options - .staticCatalog and .templateStore