tokenary/Podfile
2023-10-26 21:31:33 +03:00

20 lines
271 B
Ruby

inhibit_all_warnings!
use_frameworks!
def shared_pods
pod 'BlockiesSwift'
pod 'Kingfisher'
pod 'TrustWalletCore'
pod 'BigInt'
end
target 'Tokenary' do
platform :osx, '11.4'
shared_pods
end
target 'Tokenary iOS' do
platform :ios, '15.0'
shared_pods
end