[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 3 / 4 / FluentDarkModeKit / 1.0.1 / FluentDarkModeKit.podspec.json
blob65647251794fa86a289e4862366af15327cc1739
2   "name": "FluentDarkModeKit",
3   "version": "1.0.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": "1.0.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"