Skip to content

Commit 3b8174a

Browse files
author
Zhichao Link
committed
update iOS Podfile
1 parent 1ee8780 commit 3b8174a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

ios-build/Podfile

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@ target 'Unity-iPhone' do
77
use_frameworks!
88

99
# Particle Network Base
10-
pod 'ParticleNetworkBase', '2.0.3'
11-
pod 'ParticleNetworkChains', '2.0.3'
10+
pod 'ParticleNetworkBase', '2.0.4'
11+
pod 'ParticleNetworkChains', '2.0.4'
1212

1313
# Particle Connect Service
14-
pod 'ConnectCommon', '2.0.3'
15-
pod 'ConnectEVMAdapter', '2.0.3'
16-
pod 'ConnectSolanaAdapter', '2.0.3'
17-
pod 'ConnectWalletConnectAdapter', '2.0.3'
18-
pod 'ConnectPhantomAdapter', '2.0.3'
19-
pod 'ParticleConnect', '2.0.3'
14+
pod 'ConnectCommon', '2.0.4'
15+
pod 'ConnectEVMAdapter', '2.0.4'
16+
pod 'ConnectSolanaAdapter', '2.0.4'
17+
pod 'ConnectWalletConnectAdapter', '2.0.4'
18+
pod 'ConnectPhantomAdapter', '2.0.4'
19+
pod 'ParticleConnect', '2.0.4'
2020

2121
# Particle Wallet Service
22-
pod 'ParticleWalletConnect', '2.0.3'
23-
pod 'ParticleWalletAPI', '2.0.3'
24-
pod 'ParticleWalletGUI', '2.0.3'
22+
pod 'ParticleWalletConnect', '2.0.4'
23+
pod 'ParticleWalletAPI', '2.0.4'
24+
pod 'ParticleWalletGUI', '2.0.4'
2525

2626
# Particle AA
27-
pod 'ParticleAA', '2.0.3'
27+
pod 'ParticleAA', '2.0.4'
2828

2929
# Particle Auth Core
30-
pod 'AuthCoreAdapter', '2.0.3'
31-
pod 'ParticleAuthCore', '2.0.3'
32-
pod 'ParticleMPCCore', '2.0.3'
33-
pod 'Thresh', '2.0.3'
30+
pod 'AuthCoreAdapter', '2.0.4'
31+
pod 'ParticleAuthCore', '2.0.4'
32+
pod 'ParticleMPCCore', '2.0.4'
33+
pod 'Thresh', '2.0.4'
3434

35-
pod 'ParticleConnectKit', '2.0.3'
35+
pod 'ParticleConnectKit', '2.0.4'
3636

3737
pod 'SkeletonView', :git => 'https://github.com/SunZhiC/SkeletonView.git', :branch => 'main'
3838
pod 'SwiftyUserDefaults', :git => 'https://github.com/SunZhiC/SwiftyUserDefaults.git', :branch => 'master'

0 commit comments

Comments
 (0)