Skip to content

Commit

Permalink
Merge pull request #30 from xmtp/michaelx-change_XMTP_cocoapod_versio…
Browse files Browse the repository at this point in the history
…n_to_existing

fix: XMTP cocoapod version 0.2.1-beta0 does not exist, back to 0.1.3-beta0
  • Loading branch information
nplasterer authored May 15, 2023
2 parents 1a5101a + 20e6589 commit 5e4181d
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 @@ -24,5 +24,5 @@ Pod::Spec.new do |s|
}

s.source_files = "**/*.{h,m,swift}"
s.dependency "XMTP", "= 0.2.1-beta0"
s.dependency "XMTP", "= 0.1.3-beta0"
end

0 comments on commit 5e4181d

Please sign in to comment.