Skip to content

Commit

Permalink
fix pod
Browse files Browse the repository at this point in the history
  • Loading branch information
ERussel committed May 16, 2023
1 parent dfbbc32 commit 3ee8abd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract_target 'novawalletAll' do
pod 'Kingfisher', :inhibit_warnings => true
pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :tag => '3.0.0'
pod 'SwiftRLP', :git => 'https://github.com/ERussel/SwiftRLP.git'
pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :commit => '1a70810bfb4709188e1fd4718a72525f9a4ec4f9'
pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :tag => '4.0.8'
pod 'CDMarkdownKit', :git => 'https://github.com/nova-wallet/CDMarkdownKit.git', :tag => '2.5.2'
pod 'web3swift', :git => 'https://github.com/web3swift-team/web3swift.git', :tag => '3.0.6'
pod 'WalletConnectSwiftV2', :git => 'https://github.com/WalletConnect/WalletConnectSwiftV2.git', :tag => '1.5.14'
Expand All @@ -38,7 +38,7 @@ abstract_target 'novawalletAll' do
pod 'RobinHood', '~> 2.6.0'
pod 'CommonWallet/Core', :git => 'https://github.com/ERussel/Capital-iOS.git', :tag => '1.16.0'
pod 'Sourcery', '~> 1.4'
pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :commit => '1a70810bfb4709188e1fd4718a72525f9a4ec4f9'
pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :tag => '4.0.8'

end

Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ DEPENDENCIES:
- SoraKeystore (~> 1.0.0)
- SoraUI (from `https://github.com/ERussel/UIkit-iOS.git`, tag `1.11.1`)
- Sourcery (~> 1.4)
- Starscream (from `https://github.com/ERussel/Starscream.git`, commit `1a70810bfb4709188e1fd4718a72525f9a4ec4f9`)
- Starscream (from `https://github.com/ERussel/Starscream.git`, tag `4.0.8`)
- SubstrateSdk (from `https://github.com/nova-wallet/substrate-sdk-ios.git`, tag `1.13.0`)
- SVGKit (from `https://github.com/SVGKit/SVGKit.git`, tag `3.0.0`)
- SwiftFormat/CLI (~> 0.47.13)
Expand Down Expand Up @@ -216,8 +216,8 @@ EXTERNAL SOURCES:
:git: https://github.com/ERussel/UIkit-iOS.git
:tag: 1.11.1
Starscream:
:commit: 1a70810bfb4709188e1fd4718a72525f9a4ec4f9
:git: https://github.com/ERussel/Starscream.git
:tag: 4.0.8
SubstrateSdk:
:git: https://github.com/nova-wallet/substrate-sdk-ios.git
:tag: 1.13.0
Expand Down Expand Up @@ -247,8 +247,8 @@ CHECKOUT OPTIONS:
:git: https://github.com/ERussel/UIkit-iOS.git
:tag: 1.11.1
Starscream:
:commit: 1a70810bfb4709188e1fd4718a72525f9a4ec4f9
:git: https://github.com/ERussel/Starscream.git
:tag: 4.0.8
SubstrateSdk:
:git: https://github.com/nova-wallet/substrate-sdk-ios.git
:tag: 1.13.0
Expand Down Expand Up @@ -301,6 +301,6 @@ SPEC CHECKSUMS:
web3swift: 944e76579b953a7b7e81dbb351c6dc0ed1defe63
xxHash-Swift: 30bd6a7507b3b7348a277c49b1cb6346c2905ec7

PODFILE CHECKSUM: 475677294ac62a9b7d6cc353cafa2eb9d6325692
PODFILE CHECKSUM: 7401829850c56fe153f46655dbfad25e61b9927c

COCOAPODS: 1.11.3

0 comments on commit 3ee8abd

Please sign in to comment.