You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Uncomment the next line to define a global platform for your project
platform :ios, '13.5'
target 'o-fish-ios' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'RealmSwift', '~>10'
pod 'SwiftLint'
end
target 'O-FISHTests' do
use_frameworks!
pod 'RealmSwift', '~>10'
pod 'SwiftLint'
end
# TODO: Remove this once CocoaPods no longer needs it.
# It's here to fix the `The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.`