Update README.md (#794)

Update minimum deployment targets (iOS 12.0, macOS 10.13)
This commit is contained in:
KimJitae 2024-01-01 07:40:00 +09:00 committed by GitHub
parent e74fe2a978
commit 4478b2234e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
## Requirements ## Requirements
- iOS 10.0+ / Mac OS X 10.12+ / tvOS 10.0+ - iOS 12.0+ / Mac OS X 10.13+ / tvOS 10.0+
- Xcode 10.0+ - Xcode 10.0+
- Swift 4.0+ - Swift 4.0+
@ -59,7 +59,7 @@ platform :ios, '10.0'
use_frameworks! use_frameworks!
target '<Your Target Name>' do target '<Your Target Name>' do
pod 'SnapKit', '~> 5.6.0' pod 'SnapKit', '~> 5.7.0'
end end
``` ```