You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45-2Lines changed: 45 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,54 @@
1
1
# ColorKit
2
2
3
-
[](https://github.com/ckdash-git/ColorKit/tags)[](https://github.com/ckdash-git/ColorKit)[](LICENSE)[](https://cocoapods.org/pods/ColorsKit)
3
+
[](https://github.com/ckdash-git/ColorKit/tags)[](https://github.com/ckdash-git/ColorKit)[](https://github.com/ckdash-git/ColorKit/blob/main/LICENSE)
4
4
5
5
Pragmatic color utilities for SwiftUI and UIKit.
6
6
7
7
ColorKit helps you parse hex colors, check accessibility contrast, generate palettes, build gradients, and simulate color‑vision deficiencies — all with a tiny, focused API that feels at home in Swift.
8
8
9
+
## Installation (SPM)
10
+
Add the package to Xcode or your `Package.swift` using the public repo and a tag.
0 commit comments