14 lines
209 B
Ruby
14 lines
209 B
Ruby
platform :ios, '13.0'
|
|
|
|
use_frameworks!
|
|
|
|
inhibit_all_warnings!
|
|
|
|
target 'app' do
|
|
pod 'IQKeyboardManagerSwift'
|
|
pod 'SkyFloatingLabelTextField'
|
|
pod 'UICircularProgressRing'
|
|
pod 'SoundWave'
|
|
pod 'Magnetic'
|
|
end
|