diff --git a/Podfile b/Podfile index ca52403b..7c21e364 100644 --- a/Podfile +++ b/Podfile @@ -1,4 +1,4 @@ -platform :ios, '10.0' +platform :ios, '11.0' use_frameworks! def testing_pods @@ -29,6 +29,7 @@ target '{PROJECT_NAME}' do pod 'IQKeyboardManagerSwift' pod 'NimbleExtension', :git => 'https://github.com/nimblehq/NimbleExtension', :branch => 'master' pod 'R.swift' + pod 'Resolver' # Needs Cocoapods on iOS 11 to support Resolver # Development pod 'SwiftLint'