Skip to content

Commit 2252bf8

Browse files
5.3.22
1 parent 70e2773 commit 2252bf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
targets: [
2222
.binaryTarget(
2323
name: "IModelJsNative",
24-
url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.3.21/IModelJsNative.xcframework.zip",
25-
checksum: "d827eb6b7d7a64b6c6a6d422092e4838c49ef7feaf995224040268f5855ff63e")
24+
url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.3.22/IModelJsNative.xcframework.zip",
25+
checksum: "cec3a0ea5626e367b55b5505bf967adc7d8708ea09e63e453ef981113d87ad72")
2626
]
2727
)

itwin-mobile-native-ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#---------------------------------------------------------------------------------------
77
Pod::Spec.new do |spec|
88
spec.name = "itwin-mobile-native"
9-
spec.version = "5.3.21"
9+
spec.version = "5.3.22"
1010
spec.summary = "iOS package for imodeljs binaries"
1111
spec.homepage = "https://github.com/iTwin/mobile-native-ios"
1212
spec.license = "MIT"

0 commit comments

Comments
 (0)