Skip to content

Commit

Permalink
Merge pull request #122 from xmtp/bump-pod-spec
Browse files Browse the repository at this point in the history
fix: bump pod spec to latest version that fixes threading
  • Loading branch information
nakajima authored Sep 20, 2023
2 parents 66126de + fc68b55 commit 295a323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/XMTPReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Pod::Spec.new do |s|

s.source_files = "**/*.{h,m,swift}"
s.dependency "MessagePacker"
s.dependency "XMTP", "= 0.5.8-alpha0"
s.dependency "XMTP", "= 0.5.9-alpha0"
end

0 comments on commit 295a323

Please sign in to comment.