blob: 66d01fe247cd6fb447708ad56ce23197750545c3 [file] [log] [blame]
{
"name": "Gaudi",
"version": "1.0.0",
"platforms": {
"ios": "11.0"
},
"summary": "A swift theming framework for UIKit for easy adoption of multi theme and iOS dark mode",
"swift_versions": "5.1",
"description": "Gaudí is a framework for theme management in UIKit. It allows to easily swap themes in runtime, revert theming applied through UIAppearance proxies.\n\nGaudí also provides a DSL for UIAppearance rules and NSAttributedString.\n\nThis framework uses semantic colors names to better adapt to dark mode and other possible themes living within the same app.",
"requires_arc": true,
"license": {
"type": "MIT"
},
"homepage": "https://www.pfrpg.net",
"authors": {
"Giuseppe Lanza": "gringoire986@gmail.com"
},
"source": {
"git": "https://github.com/gringoireDM/Gaudi.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}