tokenary/Podfile
2021-06-19 21:20:42 +03:00

10 lines
311 B
Ruby

platform :osx, '10.14'
inhibit_all_warnings!
target 'Encrypted Ink' do
use_frameworks!
pod 'Web3Swift.io', :git => 'https://github.com/zeriontech/Web3Swift.git', :branch => 'develop'
pod 'BlockiesSwift'
pod 'WalletConnect', git: 'https://github.com/grachyov/wallet-connect-swift', branch: 'master'
end