[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / 4 / FluentDarkModeKit / 0.5.1 / FluentDarkModeKit.podspec.json
blob733e70a8cdbc3b43eae8aee395489d51de79c226
2   "name": "FluentDarkModeKit",
3   "version": "0.5.1",
4   "summary": "A library for backporting Dark Mode in iOS",
5   "description": "FluentDarkModeKit provides a mechanism to support dark mode for apps on iOS 11+ (including iOS 13).",
6   "homepage": "https://github.com/microsoft/FluentDarkModeKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Microsoft Corporation",
12   "source": {
13     "git": "https://github.com/microsoft/FluentDarkModeKit.git",
14     "tag": "0.5.1"
15   },
16   "platforms": {
17     "ios": "11.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "swift_versions": "5.0",
25   "source_files": [
26     "Sources/DarkModeCore/*.{h,m}",
27     "Sources/FluentDarkModeKit/**/*.swift"
28   ],
29   "swift_version": "5.0"