blob: 65647251794fa86a289e4862366af15327cc1739 [file] [log] [blame]
{
"name": "FluentDarkModeKit",
"version": "1.0.1",
"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.1"
},
"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"
}