From da0564f402f9698d792a4a4e0f8ac042b7002d34 Mon Sep 17 00:00:00 2001 From: Karin Berg Date: Mon, 2 Oct 2023 12:28:36 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab62838..3901424 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ SwinjectAutoregistration is an extension of Swinject that allows to automaticall ## Requirements -- iOS 9.0+ / Mac OS X 10.10+ / tvOS 9.0+ -- Xcode 8+ +- iOS 11.0+ / Mac OS X 10.13+ / tvOS 11.0+ +- Xcode 14.3+ ## Installation @@ -36,7 +36,7 @@ To install Swinject with CocoaPods, add the following lines to your `Podfile`. ```ruby source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '9.0' # or platform :osx, '10.10' if your target is OS X. +platform :ios, '11.0' # or platform :osx, '10.13' if your target is OS X. use_frameworks! pod 'Swinject', '2.8.3'