tokenary/Podfile

20 lines
425 B
Plaintext
Raw Normal View History

2021-11-30 15:56:00 +03:00
platform :osx, '11.4'
2021-06-17 20:49:32 +03:00
inhibit_all_warnings!
2021-12-03 15:29:09 +03:00
use_frameworks!
2021-06-12 14:51:17 +03:00
2021-12-03 15:29:09 +03:00
def shared_pods
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-07-03 22:48:20 +03:00
pod 'Kingfisher'
2021-06-17 11:22:31 +03:00
pod 'WalletConnect', git: 'https://github.com/grachyov/wallet-connect-swift', branch: 'master'
2021-07-20 16:20:32 +03:00
pod 'TrustWalletCore'
2021-06-12 14:51:17 +03:00
end
2021-12-03 15:29:09 +03:00
target 'Tokenary' do
shared_pods
end
target 'Tokenary iOS' do
shared_pods
end