Skip to content

Commit 7748781

Browse files
committed
Updated README
1 parent 109c64c commit 7748781

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,20 @@ The following video frame rates are supported. (Video rates)
7070
Add the package to your target using this URL: `https://github.com/orchetect/TimecodeKit`
7171
- In a Swift Package, add it to the Package.swift dependencies:
7272
```swift
73-
.package(url: "https://github.com/orchetect/TimecodeKit", from: "2.3.1")
73+
.package(url: "https://github.com/orchetect/TimecodeKit", from: "2.3.4")
7474
```
75-
2. Import the library:
75+
2. Import the entire library to use all features (core, AV, UI):
7676
```swift
7777
import TimecodeKit
7878
```
79+
80+
Or import individual targets as-needed:
81+
82+
```swift
83+
import TimecodeKitCore // core value types
84+
import TimecodeKitAV // AVFoundation extensions
85+
import TimecodeKitUI // UI components
86+
```
7987

8088
## Documentation
8189

0 commit comments

Comments
 (0)