8 lines
No EOL
135 B
Ruby
8 lines
No EOL
135 B
Ruby
platform :ios, '12.0'
|
|
|
|
target 'Runner' do
|
|
# ... existing pods
|
|
|
|
# Add the pod for the external library
|
|
pod 'Evergage', '1.4.0'
|
|
end |