tokenary/Podfile
2023-10-17 19:01:35 +03:00

20 lines
352 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 'TrustWalletCore'
end
target 'Tokenary' do
platform :osx, '11.4'
shared_pods
end
target 'Tokenary iOS' do
platform :ios, '15.0'
shared_pods
end