Updating version files

This commit is contained in:
bodymovin
2024-12-17 19:23:30 +00:00
parent b23e07476a
commit 234076f469
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "RiveRuntime"
spec.version = "6.5.1"
spec.version = "6.5.2"
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"
@@ -31,7 +31,7 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = '13.1'
spec.swift_version = '5.0'
spec.source = {
:http => "https://github.com/rive-app/rive-ios/releases/download/6.5.1/RiveRuntime.xcframework.zip",
:http => "https://github.com/rive-app/rive-ios/releases/download/6.5.2/RiveRuntime.xcframework.zip",
}
spec.ios.vendored_frameworks = 'RiveRuntime.xcframework'
spec.osx.vendored_frameworks = 'RiveRuntime.xcframework'