File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments