Skip to content

Commit dd9cacc

Browse files
committed
Updated installation instructions in README.
1 parent 683bee3 commit dd9cacc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,13 @@ sequence.start()
158158

159159
## Installation
160160

161+
MotionMachine supports Swift Packages in Xcode 11 and above.
162+
161163
If you use CocoaPods, add this pod to your Podfile:
162164

163165
##### Podfile
164166
```ruby
165-
pod 'MotionMachine', '~> 1.3'
167+
pod 'MotionMachine', '~> 2.0'
166168
```
167169

168170
Or add the Sources directory to your project.

0 commit comments

Comments
 (0)