Skip to content

Commit 2feedfe

Browse files
author
Bernard Gatt
committed
Updated README.md to include new release
1 parent fc4d30c commit 2feedfe

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,15 @@ The levels of logging are:
154154

155155
#### Carthage
156156

157-
##### Swift 2.2 & 2.3
157+
##### Swift 3
158158

159159
```ogdl
160-
github "146BC/StyleKit" ~> 0.4
160+
github "146BC/StyleKit" ~> 0.6
161161
```
162-
163-
##### Swift 3
162+
##### Swift 4
164163

165164
```ogdl
166-
github "146BC/StyleKit" ~> 0.6
165+
github "146BC/StyleKit" ~> 0.7
167166
```
168167

169168
#### CocoaPods
@@ -175,14 +174,14 @@ source 'https://github.com/146BC/Specs.git'
175174
source 'https://github.com/CocoaPods/Specs.git'
176175
```
177176

178-
##### Swift 2.2 & 2.3
177+
##### Swift 3
179178

180179
```ruby
181-
pod 'StyleKit', '~> 0.4'
180+
pod 'StyleKit', '~> 0.6'
182181
```
183182

184-
##### Swift 3
183+
##### Swift 4
185184

186185
```ruby
187-
pod 'StyleKit', '~> 0.6'
188-
```
186+
pod 'StyleKit', '~> 0.7'
187+
```

0 commit comments

Comments
 (0)