Skip to content

Commit

Permalink
IOS-5792: Fix SwiftProtobuf CocoaPods dependency at 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m3g0byt3 committed Feb 7, 2024
1 parent b9aedac commit a340edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TangemWalletCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TW library for Tangem integration
s.source = { :path => '.' }
s.ios.deployment_target = '14.5'
s.ios.swift_version = '5.0'
s.dependency 'SwiftProtobuf', '~>1.25.0'
s.dependency 'SwiftProtobuf', '=1.25.2'
s.vendored_frameworks = 'WalletCore.xcframework'

end

0 comments on commit a340edc

Please sign in to comment.