mirror of https://github.com/SnapKit/SnapKit
Update README.md (#794)
Update minimum deployment targets (iOS 12.0, macOS 10.13)
This commit is contained in:
parent
e74fe2a978
commit
4478b2234e
|
@ -22,7 +22,7 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
|
|||
|
||||
## 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+
|
||||
- Swift 4.0+
|
||||
|
||||
|
@ -59,7 +59,7 @@ platform :ios, '10.0'
|
|||
use_frameworks!
|
||||
|
||||
target '<Your Target Name>' do
|
||||
pod 'SnapKit', '~> 5.6.0'
|
||||
pod 'SnapKit', '~> 5.7.0'
|
||||
end
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue