Skip to content

Commit a66ebf8

Browse files
authored
Update README.md
1 parent 5644dfb commit a66ebf8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KolodaView [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ![Swift 3.0.x](https://img.shields.io/badge/Swift-3.0.x-orange.svg)
1+
KolodaView [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ![Swift 4.0.x](https://img.shields.io/badge/Swift-4.0.x-orange.svg)
22
--------------
33

44
[![Yalantis](https://raw.githubusercontent.com/Yalantis/PullToMakeSoup/master/PullToMakeSoupDemo/Resouces/badge_dark.png)](https://Yalantis.com/?utm_source=github)
@@ -17,7 +17,7 @@ KolodaView is a class designed to simplify the implementation of Tinder like car
1717
Supported OS & SDK Versions
1818
-----------------------------
1919

20-
* Supported build target - iOS 9.0 (Xcode 7.3)
20+
* Supported build target - iOS 11.0 (Xcode 9)
2121

2222
ARC Compatibility
2323
------------------
@@ -28,7 +28,7 @@ KolodaView requires ARC.
2828
------------------
2929

3030
```ruby
31-
pod 'Koloda', '~> 4.0'
31+
pod 'Koloda', '~> 4.3'
3232
```
3333

3434
Thread Safety
@@ -243,6 +243,10 @@ not move.
243243
Release Notes
244244
----------------
245245

246+
Version 4.3
247+
- Swift 4 support
248+
- iOS 11 frame bugfix
249+
246250
Version 4.0
247251
- Swift 3 support
248252
- Get rid of UInt

0 commit comments

Comments
 (0)