Skip to content

Commit 76b8b4b

Browse files
author
funzin
committed
Update readme
1 parent 90b7bee commit 76b8b4b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p align="center">
77
<img src="http://img.shields.io/badge/platform-iOS | tvOS | macOS-blue.svg?style=flat" alt="Platform" />
88
<a href="https://developer.apple.com/swift">
9-
<img src="http://img.shields.io/badge/language-swift-brightgreen.svg?style=flat" alt="Language" />
9+
<img src="http://img.shields.io/badge/Swift-4.1%20|%204.2-brightgreen.svg?style=flat" alt="Language">
1010
</a>
1111
<a href="https://github.com/Carthage/Carthage">
1212
<img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage" />
@@ -33,10 +33,11 @@ Sica can execute various animations sequentially or parallelly.
3333
- Transition
3434

3535
## Requirements
36-
- Xcode 9.3
36+
- Xcode 9.3 or greater
3737
- iOS 9 or greater
3838
- tvOS 10.0 or greater
3939
- macOS 10.11 or greater
40+
- Swift 4.2 (since 0.3.4)
4041

4142

4243
## Installation
@@ -63,7 +64,7 @@ pod 'Sica'
6364
Sica is available through `SwiftPM`, create ` Package.swift` and add `dependencies` value
6465
```Package.swift
6566
dependencies: [
66-
.package(url: "https://github.com/cats-oss/Sica.git", from: "0.3.3")
67+
.package(url: "https://github.com/cats-oss/Sica.git", from: "0.3.4")
6768
]
6869
```
6970
See also: [GitHub - j-channings/swift-package-manager-ios: Example of how to use SPM v4 to manage iOS dependencies](https://github.com/j-channings/swift-package-manager-ios)

0 commit comments

Comments
 (0)