6 lines
86 B
Ruby
6 lines
86 B
Ruby
platform :ios, '11.0'
|
|
use_frameworks!
|
|
|
|
target 'CEBG' do
|
|
pod 'WalletConnectSwift'
|
|
end |