Skip to content

Commit 4f289c4

Browse files
committed
Updated supported Swift versions
1 parent 3b96c28 commit 4f289c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
![MotionMachine logo](Guides/mmlogo.png)
22

3-
![swift](https://img.shields.io/badge/Swift-5.0-005AA5.svg)
4-
![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20tvOS-005AA5.svg)
5-
![license](https://img.shields.io/badge/license-MIT-005AA5.svg)
3+
![swift](https://img.shields.io/badge/Swift-5.0%20%7C%206.0-005AA5.svg)
4+
![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20tvOS-005AA5.svg "![license](https://img.shields.io/badge/license-MIT-005AA5.svg "license")-005AA5.svg)
65

76
MotionMachine provides a modular, powerful, and generic platform for manipulating values, whether that be animating UI elements or interpolating property values in your own classes. It offers sensible default functionality that abstracts most of the hard work away, allowing you to focus on your work. While it is type-agnostic, MotionMachine does support most major UIKit types out of the box and provides syntactic sugar to easily manipulate them. But it's also easy to dive in and modify for your own needs, whether that be custom motion classes, supporting custom value types, or new easing equations.
87

0 commit comments

Comments
 (0)