Updating version files

This commit is contained in:
dskuza
2025-08-28 17:06:17 +00:00
parent a9dab80ed4
commit e9e467a789
4 changed files with 6 additions and 6 deletions

View File

@@ -11,8 +11,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "RiveRuntime",
url: "https://github.com/rive-app/rive-ios/releases/download/6.11.2/RiveRuntime.xcframework.zip",
checksum: "0c5e6d991188445ff26d0cc898b9e6c085ad7bd36c3299611e78de97eea7b0b8"
url: "https://github.com/rive-app/rive-ios/releases/download/6.11.3/RiveRuntime.xcframework.zip",
checksum: "f564ad53d13a6c32f4768988347e5fa3084dd8ca31330b4227d1048b6f239af8"
)
]
)

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "RiveRuntime"
spec.version = "6.11.2"
spec.version = "6.11.3"
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.2/RiveRuntime.xcframework.zip",
:http => "https://github.com/rive-app/rive-ios/releases/download/6.11.3/RiveRuntime.xcframework.zip",
}
spec.ios.vendored_frameworks = 'RiveRuntime.xcframework'
spec.osx.vendored_frameworks = 'RiveRuntime.xcframework'

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.11.2</string>
<string>6.11.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.11.2</string>
<string>6.11.3</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>