We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d38c0 commit 64aac5cCopy full SHA for 64aac5c
1 file changed
README.md
@@ -66,11 +66,10 @@ The following video frame rates are supported. (Video rates)
66
67
1. Add TimecodeKit as a dependency using Swift Package Manager.
68
- In an app project or framework, in Xcode:
69
- - Select the menu: **File → Swift Packages → Add Package Dependency...**
70
- - Enter this URL: `https://github.com/orchetect/TimecodeKit`
+ Add the package to your target using this URL: `https://github.com/orchetect/TimecodeKit`
71
- In a Swift Package, add it to the Package.swift dependencies:
72
```swift
73
- .package(url: "https://github.com/orchetect/TimecodeKit", from: "2.2.0")
+ .package(url: "https://github.com/orchetect/TimecodeKit", from: "2.3.0")
74
```
75
2. Import the library:
76
0 commit comments