From 0897021f5c1cef3c416900a848ddc566f29df37e Mon Sep 17 00:00:00 2001 From: Su Ho Date: Tue, 26 Oct 2021 11:50:21 +0700 Subject: [PATCH] [#205] Add Dependency Injection framework: Resolver --- Podfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'