[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 9 / Gaudi / 1.0.0 / Gaudi.podspec.json
blob66d01fe247cd6fb447708ad56ce23197750545c3
2   "name": "Gaudi",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "11.0"
6   },
7   "summary": "A swift theming framework for UIKit for easy adoption of multi theme and iOS dark mode",
8   "swift_versions": "5.1",
9   "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.",
10   "requires_arc": true,
11   "license": {
12     "type": "MIT"
13   },
14   "homepage": "https://www.pfrpg.net",
15   "authors": {
16     "Giuseppe Lanza": "gringoire986@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/gringoireDM/Gaudi.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "swift_version": "5.1"