blob: a2e472d44dc8f3bc6c629b6d2b4e9102f2d8516f [file] [log] [blame]
{
"name": "UIColor+LegacySemanticColors",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A UIColor category that backports the new semantic colors of iOS 13 to iOS 12.",
"homepage": "https://github.com/TimOliver/UIColor-LegacySemanticColors",
"authors": "Tim Oliver",
"source": {
"git": "https://github.com/TimOliver/UIColor-LegacySemanticColors.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "12.0"
},
"source_files": "UIColor-LegacySemanticColors/**/*.{h,m}"
}