Updating version files

This commit is contained in:
dskuza
2025-10-09 15:48:57 +00:00
parent 91d0e8d3bc
commit 614c654b0d
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "RiveRuntime"
spec.version = "6.11.4"
spec.version = "6.12.0"
spec.summary = "iOS SDK to render Rive animations"
spec.description = "Rive is a real-time interactive design and animation tool. Use our collaborative editor to create motion graphics that respond to different states and user inputs. Then load your animations into apps, games, and websites with our lightweight open-source runtimes."
spec.homepage = "https://github.com/rive-app/rive-ios"
@@ -33,7 +33,7 @@ Pod::Spec.new do |spec|
spec.visionos.deployment_target = '1.0'
spec.swift_version = '5.9'
spec.source = {
:http => "https://github.com/rive-app/rive-ios/releases/download/6.11.4/RiveRuntime.xcframework.zip",
:http => "https://github.com/rive-app/rive-ios/releases/download/6.12.0/RiveRuntime.xcframework.zip",
}
spec.ios.vendored_frameworks = 'RiveRuntime.xcframework'
spec.osx.vendored_frameworks = 'RiveRuntime.xcframework'