Files
2021-04-23 09:51:10 +02:00

8 lines
90 B
Ruby

platform :ios, '13.0'
use_frameworks!
target 'app' do
pod 'IQKeyboardManagerSwift'
end