8 lines
90 B
Ruby
8 lines
90 B
Ruby
platform :ios, '13.0'
|
|
|
|
use_frameworks!
|
|
|
|
target 'app' do
|
|
pod 'IQKeyboardManagerSwift'
|
|
end
|