blob: d08775046e47e8bbcc6856a2a87b37a3be970974 [file] [log] [blame]
{
"name": "ColorCompatibility",
"version": "1.0.0",
"summary": "Use iOS 13+ system colors while defaulting to light colors on iOS <=12",
"description": "In iOS 13, Apple introduced a bunch of new system colors (label, systemBackground, etc). These colors dynamically adapt to the preferred user interface style, but these colors aren't available on iOS < 13. ColorCompatibility is an autogenerated library which allows you to specify the system colors as static vars of the ColorCompatibility namespace, instead of UIColor. Using this will make colors \"just work\" on both iOS 13+ and iOS <= 12. On iOS <= 12, the colors default to Apple's light mode colors.",
"homepage": "https://github.com/noahsark769/ColorCompatibility",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Noah Gilmore": "noah.w.gilmore@gmail.com"
},
"source": {
"git": "https://github.com/noahsark769/ColorCompatibility.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/noahsark769",
"platforms": {
"ios": "9.0"
},
"source_files": "ColorCompatibility.swift",
"swift_versions": [
"3.2",
"4.0",
"4.1",
"4.2",
"5.0",
"5.1"
],
"swift_version": "5.1"
}