|
|
@@ -7,6 +7,11 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
|
|
|
[](https://cocoapods.org/pods/SnapKit)
|
|
|
[](https://github.com/Carthage/Carthage)
|
|
|
|
|
|
+#### ⚠️ **To use with Swift 2.x please ensure you are using == 0.22.0** ⚠️
|
|
|
+#### ⚠️ **To use with Swift 3.x please ensure you are using >= 3.0.0** ⚠️
|
|
|
+
|
|
|
+## Contents
|
|
|
+
|
|
|
- [Requirements](#requirements)
|
|
|
- [Migration Guides](#migration-guides)
|
|
|
- [Communication](#communication)
|
|
|
@@ -17,7 +22,7 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
-- iOS 9.0+ / Mac OS X 10.11+ / tvOS 9.0+
|
|
|
+- iOS 8.0+ / Mac OS X 10.11+ / tvOS 9.0+
|
|
|
- Xcode 8.0+
|
|
|
- Swift 3.0+
|
|
|
|