mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-04 05:05:10 +03:00
9 lines
191 B
Ruby
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
|