mirror of https://github.com/SnapKit/SnapKit
Update README.md
This commit is contained in:
parent
27fd6fbb76
commit
ed6ee87340
|
@ -7,9 +7,10 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
|
||||||
[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/SnapKit.svg)](https://cocoapods.org/pods/SnapKit)
|
[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/SnapKit.svg)](https://cocoapods.org/pods/SnapKit)
|
||||||
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
|
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
|
||||||
|
|
||||||
##### ⚠️ **To use with Swift 2.x please ensure you are using == 0.22.0** ⚠️
|
#### ⚠️ **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** ⚠️
|
||||||
|
|
||||||
##### ⚠️ **To use with Swift 3.x please ensure you are using >= 3.0.0** ⚠️
|
## Contents
|
||||||
|
|
||||||
- [Requirements](#requirements)
|
- [Requirements](#requirements)
|
||||||
- [Migration Guides](#migration-guides)
|
- [Migration Guides](#migration-guides)
|
||||||
|
|
Loading…
Reference in New Issue