blob: 03ed7074af4a25b44c5c2244de8b474f68ac0dcd [file] [log] [blame]
{
"name": "WCAG-Colors",
"version": "1.0.0",
"summary": "A Swift library for calculating high contrast colors, contrast ratios, and WCAG 2.1 conformance levels.",
"description": "The *Web Content Accessibility Guidelines* (WCAG) define minimum contrast ratios for a text and its background. The WCAG-Colors framework extends `UIColor` and `NSColor` with functionality to calculate high contrast colors, contrast ratios, and WCAG 2.1 conformance levels. Using these APIs within your apps will help people with visual disabilities to perceive content.",
"homepage": "https://github.com/chrs1885/WCAG-Colors",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christoph Wendt": "chrs1885@gmail.com"
},
"social_media_url": "https://twitter.com/chr_wendt",
"source": {
"git": "https://github.com/chrs1885/WCAG-Colors.git",
"tag": "1.0.0"
},
"documentation_url": "https://github.com/chrs1885/WCAG-Colors/blob/develop/Documentation/Reference/README.md",
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"source_files": "Sources/WCAG-Colors/**/*",
"frameworks": "Foundation",
"watchos": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"platforms": {
"ios": "12.0",
"tvos": "12.0",
"watchos": "4.0",
"osx": "10.13"
},
"swift_version": "5.3"
}