Skip to content

Commit

Permalink
Update podspec (#172)
Browse files Browse the repository at this point in the history
* Update podspec

* Bump version

---------

Co-authored-by: Naomi Plasterer <naomi@xmtp.com>
  • Loading branch information
richardhuaaa and nplasterer authored Oct 5, 2023
1 parent a288cf7 commit 2b47a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XMTP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "XMTP"
spec.version = "0.5.13-alpha0"
spec.version = "0.5.14-alpha0"
spec.summary = "XMTP SDK Cocoapod"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -44,7 +44,7 @@ Pod::Spec.new do |spec|
spec.dependency "web3.swift"
spec.dependency "GzipSwift"
spec.dependency "Connect-Swift"
spec.dependency 'XMTPRust', '= 0.3.3-beta0'
spec.dependency 'XMTPRust', '= 0.3.4-beta0'

spec.xcconfig = {'VALID_ARCHS' => 'arm64' }
end

0 comments on commit 2b47a2b

Please sign in to comment.