tokenary/Podfile
2021-12-18 20:13:03 +03:00

21 lines
449 B
Ruby

inhibit_all_warnings!
use_frameworks!
def shared_pods
pod 'Web3Swift.io', :git => 'https://github.com/grachyov/Web3Swift.git', :branch => 'develop'
pod 'BlockiesSwift'
pod 'Kingfisher'
pod 'WalletConnect', git: 'https://github.com/grachyov/wallet-connect-swift', branch: 'master'
pod 'TrustWalletCore'
end
target 'Tokenary' do
platform :osx, '11.4'
shared_pods
end
target 'Tokenary iOS' do
platform :ios, '15.0'
shared_pods
end