mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-03 06:25:10 +03:00
12 lines
354 B
Ruby
12 lines
354 B
Ruby
platform :osx, '10.15'
|
|
inhibit_all_warnings!
|
|
|
|
target 'Encrypted Ink' do
|
|
use_frameworks!
|
|
pod 'Web3Swift.io', :git => 'https://github.com/zeriontech/Web3Swift.git', :branch => 'develop'
|
|
pod 'BlockiesSwift'
|
|
pod 'Kingfisher'
|
|
pod 'WalletConnect', git: 'https://github.com/grachyov/wallet-connect-swift', branch: 'master'
|
|
pod 'TrustWalletCore'
|
|
end
|