Skip to content

Commit

Permalink
automatic bump to the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Jan 20, 2025
1 parent 7ac1121 commit 3506764
Show file tree
Hide file tree
Showing 14 changed files with 295 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BNBLicenseUtils/1.39.11/BNBLicenseUtils.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "BNBLicenseUtils"
s.version = "1.39.11"
s.summary = "BNBLicenseUtils"
s.homepage = "https://github.com/Banuba/BNBLicenseUtils-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/BNBLicenseUtils-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true
s.swift_versions = '5.0'

s.vendored_frameworks = 'BNBLicenseUtils.xcframework'
s.module_name = 'BNBLicenseUtils'
end
20 changes: 20 additions & 0 deletions BanubaARCloudSDK/1.39.11/BanubaARCloudSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "BanubaARCloudSDK"
s.version = "1.39.11"
s.summary = "BanubaARCloudSDK"
s.homepage = "https://github.com/Banuba/BanubaARCloudSDK-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/BanubaARCloudSDK-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true
s.swift_versions = '5.0'

s.resource_bundles = {"BanubaARCloudSDK" => ["BanubaARCloudSDK/PrivacyInfo.xcprivacy"]}

s.frameworks = 'Foundation', 'UIKit'
s.vendored_frameworks = 'BanubaARCloudSDK.xcframework'
s.module_name = 'BanubaARCloudSDK'
end
21 changes: 21 additions & 0 deletions BanubaAudioBrowserSDK/1.39.11/BanubaAudioBrowserSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "BanubaAudioBrowserSDK"
s.version = "1.39.11"
s.summary = "BanubaAudioBrowserSDK"
s.homepage = "https://github.com/Banuba/BanubaAudioBrowserSDK-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/BanubaAudioBrowserSDK-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true

s.swift_versions = '5.0'

s.resource_bundles = {"BanubaAudioBrowserSDK" => ["BanubaAudioBrowserSDK/PrivacyInfo.xcprivacy"]}

s.frameworks = 'UIKit', 'Foundation', 'AVFoundation', 'LocalAuthentication'
s.vendored_frameworks = 'BanubaAudioBrowserSDK.xcframework'
s.module_name = 'BanubaAudioBrowserSDK'
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "BanubaLicenseServicingSDK"
s.version = "1.39.11"
s.summary = "BanubaLicenseServicingSDK"
s.homepage = "https://github.com/Banuba/BanubaLicenseServicingSDK"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/BanubaLicenseServicingSDK.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true

s.swift_versions = '5.0'

s.resource_bundles = {"BanubaLicenseServicingSDK" => ["BanubaLicenseServicingSDK/PrivacyInfo.xcprivacy"]}

s.frameworks = 'Foundation', 'CoreMotion', 'MediaPlayer', 'Accelerate'
s.vendored_frameworks = 'BanubaLicenseServicingSDK.xcframework'
s.module_name = 'BanubaLicenseServicingSDK'
end
32 changes: 32 additions & 0 deletions BanubaSDK/1.39.11/BanubaSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Pod::Spec.new do |s|
s.name = "BanubaSDK"
s.version = "1.39.11"
s.summary = "BanubaSDK"
s.homepage = "https://github.com/Banuba/BanubaSDK-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/BanubaSDK-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true
s.swift_versions = '5.0'

s.resource_bundles = {"BanubaSDK" => ["BanubaSDK/PrivacyInfo.xcprivacy", "BanubaSDK/EmbeddedEffects.bundle"]}

s.frameworks = 'UIKit', 'AVFoundation', 'AVKit'
s.vendored_frameworks = 'BanubaSDK.xcframework'
s.module_name = 'BanubaSDK'

sdk_version = '~> 1.16.3'
s.dependency 'BNBSdkCore', sdk_version
s.dependency 'BNBSdkApi', sdk_version
s.dependency 'BNBEffectPlayer', sdk_version
s.dependency 'BNBScripting', sdk_version
s.dependency 'BNBLips', sdk_version
s.dependency 'BNBHair', sdk_version
s.dependency 'BNBEyes', sdk_version
s.dependency 'BNBBackground', sdk_version
s.dependency 'BNBSkin', sdk_version

end
21 changes: 21 additions & 0 deletions BanubaSDKServicing/1.39.11/BanubaSDKServicing.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "BanubaSDKServicing"
s.version = "1.39.11"
s.summary = "BanubaSDKServicing"
s.homepage = "https://github.com/Banuba/BanubaSDKServicing-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/BanubaSDKServicing-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true

s.swift_versions = '5.0'

s.resource_bundles = {"BanubaSDKServicing" => ["BanubaSDKServicing/PrivacyInfo.xcprivacy"]}

s.frameworks = 'UIKit', 'Foundation'
s.vendored_frameworks = 'BanubaSDKServicing.xcframework'
s.module_name = 'BanubaSDKServicing'
end
21 changes: 21 additions & 0 deletions BanubaSDKSimple/1.39.11/BanubaSDKSimple.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "BanubaSDKSimple"
s.version = "1.39.11"
s.summary = "BanubaSDKSimple"
s.homepage = "https://github.com/Banuba/BanubaSDKSimple-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/BanubaSDKSimple-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true

s.swift_versions = '5.0'

s.resource_bundles = {"BanubaSDKSimple" => ["BanubaSDKSimple/PrivacyInfo.xcprivacy"]}

s.frameworks = 'Foundation', 'CoreMotion', 'MediaPlayer', 'Accelerate'
s.vendored_frameworks = 'BanubaSdkSimple.xcframework'
s.module_name = 'BanubaSdkSimple'
end
21 changes: 21 additions & 0 deletions BanubaUtilities/1.39.11/BanubaUtilities.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "BanubaUtilities"
s.version = "1.39.11"
s.summary = "BanubaUtilities"
s.homepage = "https://github.com/Banuba/BanubaUtilities"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/BanubaUtilities.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true

s.swift_versions = '5.0'

s.resource_bundles = {"BanubaUtilities" => ["BanubaUtilities/PrivacyInfo.xcprivacy"]}

s.frameworks = 'Security'
s.vendored_frameworks = 'BanubaUtilities.xcframework'
s.module_name = 'BanubaUtilities'
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "BanubaVideoEditorGallerySDK"
s.version = "1.39.11"
s.summary = "BanubaVideoEditorGallerySDK"
s.homepage = "https://github.com/Banuba/BanubaVideoEditorGallerySDK"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/BanubaVideoEditorGallerySDK.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true

s.swift_versions = '5.0'

s.resource_bundles = {"BanubaVideoEditorGallerySDK" => ["BanubaVideoEditorGallerySDK/PrivacyInfo.xcprivacy"]}

s.frameworks = 'Foundation', 'CoreMotion', 'MediaPlayer'
s.vendored_frameworks = 'BanubaVideoEditorGallerySDK.xcframework'
s.module_name = 'BanubaVideoEditorGallerySDK'
end
20 changes: 20 additions & 0 deletions BanubaVideoEditorSDK/1.39.11/BanubaVideoEditorSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "BanubaVideoEditorSDK"
s.version = "1.39.11"
s.summary = "BanubaVideoEditorSDK"
s.homepage = "https://github.com/Banuba/BanubaVideoEditorSDK-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/BanubaVideoEditorSDK-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true
s.swift_versions = '5.0'

s.resource_bundles = {"BanubaVideoEditorSDK" => ["BanubaVideoEditorSDK/PrivacyInfo.xcprivacy"]}

s.frameworks = 'UIKit', 'Foundation', 'AVFoundation', 'AVKit'
s.vendored_frameworks = 'BanubaVideoEditorSDK.xcframework'
s.module_name = 'BanubaVideoEditorSDK'
end
20 changes: 20 additions & 0 deletions VEEffectsSDK/1.39.11/VEEffectsSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "VEEffectsSDK"
s.version = "1.39.11"
s.summary = "VEEffectsSDK"
s.homepage = "https://github.com/Banuba/VEEffectsSDK-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/VEEffectsSDK-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true
s.swift_versions = '5.0'

s.resource_bundles = {"VEEffectsSDK" => ["VEEffectsSDK/PrivacyInfo.xcprivacy"]}

s.frameworks = 'UIKit', 'Foundation'
s.vendored_frameworks = 'VEEffectsSDK.xcframework'
s.module_name = 'VEEffectsSDK'
end
20 changes: 20 additions & 0 deletions VEExportSDK/1.39.11/VEExportSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "VEExportSDK"
s.version = "1.39.11"
s.summary = "VEExportSDK"
s.homepage = "https://github.com/Banuba/VEExportSDK-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/VEExportSDK-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true
s.swift_versions = '5.0'

s.resource_bundles = {"VEExportSDK" => ["VEExportSDK/PrivacyInfo.xcprivacy"]}

s.frameworks = 'UIKit', 'Foundation', 'AVFoundation'
s.vendored_frameworks = 'VEExportSDK.xcframework'
s.module_name = 'VEExportSDK'
end
20 changes: 20 additions & 0 deletions VEPlaybackSDK/1.39.11/VEPlaybackSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "VEPlaybackSDK"
s.version = "1.39.11"
s.summary = "VEPlaybackSDK"
s.homepage = "https://github.com/Banuba/VEPlaybackSDK-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/VEPlaybackSDK-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true
s.swift_versions = '5.0'

s.resource_bundles = {"VEPlaybackSDK" => ["VEPlaybackSDK/PrivacyInfo.xcprivacy"]}

s.frameworks = 'UIKit', 'Foundation', 'AVFoundation'
s.vendored_frameworks = 'VEPlaybackSDK.xcframework'
s.module_name = 'VEPlaybackSDK'
end
20 changes: 20 additions & 0 deletions VideoEditor/1.39.11/VideoEditor.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "VideoEditor"
s.version = "1.39.11"
s.summary = "VideoEditor"
s.homepage = "https://github.com/Banuba/VideoEditor-iOS"
s.license = 'MIT'
s.author = { 'Banuba Limited' => '[email protected]' }
s.source = { :git => "https://github.com/Banuba/VideoEditor-iOS.git", :tag => s.version }
s.social_media_url = 'https://banuba.com'

s.platform = :ios, '17.0'
s.requires_arc = true
s.swift_versions = '5.0'

s.resource_bundles = {"VideoEditor" => ["VideoEditor/PrivacyInfo.xcprivacy"]}

s.frameworks = 'UIKit', 'Foundation', 'AVFoundation', 'AVKit'
s.vendored_frameworks = 'VideoEditor.xcframework'
s.module_name = 'VideoEditor'
end

0 comments on commit 3506764

Please sign in to comment.