@@ -7,8 +7,8 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
7
7
[ ![ Cocoapods Compatible] ( https://img.shields.io/cocoapods/v/SnapKit.svg )] ( https://cocoapods.org/pods/SnapKit )
8
8
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
9
9
10
- #### ⚠️ ** To use with Swift 2.x please ensure you are using == 0.22.0** ⚠️
11
10
#### ⚠️ ** To use with Swift 3.x please ensure you are using >= 3.0.0** ⚠️
11
+ #### ⚠️ ** To use with Swift 4.x please ensure you are using >= 4.0.0** ⚠️
12
12
13
13
## Contents
14
14
@@ -23,13 +23,9 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
23
23
## Requirements
24
24
25
25
- iOS 8.0+ / Mac OS X 10.11+ / tvOS 9.0+
26
- - Xcode 8 .0+
26
+ - Xcode 9 .0+
27
27
- Swift 3.0+
28
28
29
- ## Migration Guides
30
-
31
- - [ SnapKit 3.0 Migration Guide] ( https://github.com/SnapKit/SnapKit/blob/master/Documentation/SnapKit%203.0%20Migration%20Guide.md )
32
-
33
29
## Communication
34
30
35
31
- If you ** need help** , use [ Stack Overflow] ( http://stackoverflow.com/questions/tagged/snapkit ) . (Tag 'snapkit')
@@ -49,7 +45,7 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
49
45
$ gem install cocoapods
50
46
```
51
47
52
- > CocoaPods 1.1.0+ is required to build SnapKit 3 .0.0+.
48
+ > CocoaPods 1.1.0+ is required to build SnapKit 4 .0.0+.
53
49
54
50
To integrate SnapKit into your Xcode project using CocoaPods, specify it in your ` Podfile ` :
55
51
@@ -59,7 +55,7 @@ platform :ios, '10.0'
59
55
use_frameworks!
60
56
61
57
target ' <Your Target Name>' do
62
- pod ' SnapKit' , ' ~> 3.2 .0'
58
+ pod ' SnapKit' , ' ~> 4.0 .0'
63
59
end
64
60
```
65
61
@@ -83,7 +79,7 @@ $ brew install carthage
83
79
To integrate SnapKit into your Xcode project using Carthage, specify it in your ` Cartfile ` :
84
80
85
81
``` ogdl
86
- github "SnapKit/SnapKit" ~> 3.2 .0
82
+ github "SnapKit/SnapKit" ~> 4.0 .0
87
83
```
88
84
89
85
Run ` carthage update ` to build the framework and drag the built ` SnapKit.framework ` into your Xcode project.
0 commit comments