tokenary/Podfile

10 lines
311 B
Plaintext
Raw Normal View History

2021-06-19 19:12:00 +03:00
platform :osx, '10.15'
2021-06-17 20:49:32 +03:00
inhibit_all_warnings!
2021-06-12 14:51:17 +03:00
target 'Encrypted Ink' do
use_frameworks!
2021-06-17 11:22:31 +03:00
pod 'Web3Swift.io', :git => 'https://github.com/zeriontech/Web3Swift.git', :branch => 'develop'
2021-06-12 19:08:54 +03:00
pod 'BlockiesSwift'
2021-06-17 11:22:31 +03:00
pod 'WalletConnect', git: 'https://github.com/grachyov/wallet-connect-swift', branch: 'master'
2021-06-12 14:51:17 +03:00
end