Skip to content

Commit 9464e18

Browse files
author
dskuza
committed
Updating version files
1 parent 055444c commit 9464e18

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let package = Package(
1111
targets: [
1212
.binaryTarget(
1313
name: "RiveRuntime",
14-
url: "https://github.com/rive-app/rive-ios/releases/download/6.13.0/RiveRuntime.xcframework.zip",
15-
checksum: "315d259487bc89297235432b28c3ec39ae5da50849cb4363587cf545b7f595fe"
14+
url: "https://github.com/rive-app/rive-ios/releases/download/6.14.0/RiveRuntime.xcframework.zip",
15+
checksum: "75f02e2eb8a2de85220e44593633e32c2fe924f97702040401749726f0d16303"
1616
)
1717
]
1818
)

RiveRuntime.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "RiveRuntime"
3-
spec.version = "6.13.0"
3+
spec.version = "6.14.0"
44
spec.summary = "iOS SDK to render Rive animations"
55
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."
66
spec.homepage = "https://github.com/rive-app/rive-ios"
@@ -33,7 +33,7 @@ Pod::Spec.new do |spec|
3333
spec.visionos.deployment_target = '1.0'
3434
spec.swift_version = '5.9'
3535
spec.source = {
36-
:http => "https://github.com/rive-app/rive-ios/releases/download/6.13.0/RiveRuntime.xcframework.zip",
36+
:http => "https://github.com/rive-app/rive-ios/releases/download/6.14.0/RiveRuntime.xcframework.zip",
3737
}
3838
spec.ios.vendored_frameworks = 'RiveRuntime.xcframework'
3939
spec.osx.vendored_frameworks = 'RiveRuntime.xcframework'

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.13.0</string>
18+
<string>6.14.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

Tests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.13.0</string>
18+
<string>6.14.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)