Skip to content

Commit c8ca7bf

Browse files
5.1.21
1 parent 9979b2f commit c8ca7bf

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.1.20/IModelJsNative.xcframework.zip",
25-
checksum: "5e5fc5216aa0dc0a6c6d6f5e7e6d952c6a28bc63027a46b49992186cb8825663")
24+
url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.1.21/IModelJsNative.xcframework.zip",
25+
checksum: "efc56f95e0d8d518e49891a40f905a2ce3519ff538efb5f6834f930726d0a7ac")
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.1.20"
9+
spec.version = "5.1.21"
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)