blob: 2af62aa9a3bb89b3b24fc9450a13cf4e7eb84e75 [file] [log] [blame]
{
"name": "FluentDarkModeKit",
"version": "1.0.4",
"summary": "A library for backporting Dark Mode in iOS",
"description": "FluentDarkModeKit provides a mechanism to support dark mode for apps on iOS 11+ (including iOS 13).",
"homepage": "https://github.com/microsoft/FluentDarkModeKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Microsoft Corporation",
"source": {
"git": "https://github.com/microsoft/FluentDarkModeKit.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"swift_versions": "5.0",
"source_files": [
"Sources/DarkModeCore/*.{h,m}",
"Sources/FluentDarkModeKit/**/*.swift"
],
"swift_version": "5.0"
}