Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
PODS:
- coinbase_wallet_sdk (0.0.1):
- CoinbaseWalletSDK/CrossPlatform (= 1.0.4)
- CoinbaseWalletSDK/CrossPlatform (= 1.1.0)
- Flutter
- CoinbaseWalletSDK/Client (1.0.4)
- CoinbaseWalletSDK/CrossPlatform (1.0.4):
- CoinbaseWalletSDK/Client (1.1.0)
- CoinbaseWalletSDK/CrossPlatform (1.1.0):
- CoinbaseWalletSDK/Client
- Flutter (1.0.0)

DEPENDENCIES:
- coinbase_wallet_sdk (from `.symlinks/plugins/coinbase_wallet_sdk/ios`)
- CoinbaseWalletSDK/CrossPlatform
- Flutter (from `Flutter`)

SPEC REPOS:
Expand All @@ -23,10 +22,10 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
coinbase_wallet_sdk: 7ccd4e1a7940deba6ba9bd81beece999a2268c15
CoinbaseWalletSDK: ea1f37512bbc69ebe07416e3b29bf840f5cc3152
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
coinbase_wallet_sdk: c776890d90183e736a597e3b768ea7b7251985ce
CoinbaseWalletSDK: bd6aa4f5a6460d4279e09e115969868e134126fb
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7

PODFILE CHECKSUM: f5ec2364c228e576cb780bac18696a97661d5058
PODFILE CHECKSUM: d2243213672c3c48aae53c36642ba411a6be7309

COCOAPODS: 1.13.0
COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion flutter/ios/coinbase_wallet_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new Flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'CoinbaseWalletSDK/CrossPlatform', '1.0.4'
s.dependency 'CoinbaseWalletSDK/CrossPlatform', '1.1.0'
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'

Expand Down
2 changes: 1 addition & 1 deletion react-native/client/ios/CoinbaseWalletSDKExpo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.static_framework = true

s.dependency 'ExpoModulesCore'
s.dependency 'CoinbaseWalletSDK/CrossPlatform', '1.0.4'
s.dependency 'CoinbaseWalletSDK/CrossPlatform', '1.1.0'

# Swift/Objective-C compatibility
s.pod_target_xcconfig = {
Expand Down