tokenary/Podfile
2021-06-12 19:08:54 +03:00

9 lines
191 B
Ruby

platform :osx, '10.14'
target 'Encrypted Ink' do
use_frameworks!
pod 'Web3Swift.io', :git => 'https://github.com/grachyov/Web3Swift.git', :branch => 'develop'
pod 'BlockiesSwift'
end