Skip to content

Commit

Permalink
chore: specify SwiftProtobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsuan19 committed Sep 18, 2024
1 parent 5273671 commit 29a08f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FlowSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Pod::Spec.new do |s|
ss.dependency "BigInt", "~> 5.2.0"
ss.dependency "CryptoSwift", "~> 1.5.1"
ss.dependency "Cadence", "~> 0.7.0"
ss.dependency "gRPC-Swiftp", "~> 1.8.2"
ss.dependency "gRPC-Swiftp", "1.8.2"
ss.dependency "SwiftProtobuf", '1.9.0'
ss.dependency "secp256k1Swift", "~> 0.7.4"
end

Expand Down

0 comments on commit 29a08f7

Please sign in to comment.