2 "name": "EasyDarkMode",
4 "summary": "This is a tool for developers to easily adapt dark mode in iOS 13.",
5 "description": "* Shortcut method to create UIColor with different user interface type (dark mode).\n\n* Shortcut method to create UIImage with different user interface type (dark mode).\n\n* Shortcut method to download remoate image with SDWebImage and create UIImage with different user interface type (dark mode).\n\n* This code can work on from Xcode 9 to Xcode 11.\n\n* It has an various deployment target version from iOS 8 to iOS 13.",
6 "homepage": "https://github.com/Elenionl/EasyDarkMode",
8 "https://github.com/Elenionl/EasyDarkMode/raw/master/Sample/image_light.png?raw=true",
9 "https://github.com/Elenionl/EasyDarkMode/raw/master/Sample/image_dark.png?raw=true"
13 "Elenion": "stellanxu@gmail.com"
15 "social_media_url": "https://github.com/Elenionl",
20 "git": "https://github.com/Elenionl/EasyDarkMode.git",
23 "swift_versions": "5.0",
24 "default_subspecs": "Core",
28 "source_files": "EasyDarkMode"
32 "source_files": "EasyDarkMode+Swift",
34 "EasyDarkMode/Core": [
41 "source_files": "EasyDarkMode+Remote",
43 "EasyDarkMode/Core": [
49 "name": "Remote-Swift",
50 "source_files": "EasyDarkMode+Remote+Swift",
52 "EasyDarkMode/Remote": [
55 "EasyDarkMode/Core-Swift": [
62 "source_files": "EasyDarkMode+SD",
64 "EasyDarkMode/Remote": [
73 "name": "SDWebImage-Swift",
75 "EasyDarkMode/Remote-Swift": [
82 "source_files": "EasyDarkMode+KF",
84 "EasyDarkMode/Remote-Swift": [
93 "swift_version": "5.0"