[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / e / 0 / b / EasyDarkMode / 0.0.5 / EasyDarkMode.podspec.json
blobf7fe67b3f8120cfbb3285da0ff52ef7bfccf1525
2   "name": "EasyDarkMode",
3   "version": "0.0.5",
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",
7   "screenshots": [
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"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Elenion": "stellanxu@gmail.com"
14   },
15   "social_media_url": "https://github.com/Elenionl",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/Elenionl/EasyDarkMode.git",
21     "tag": "0.0.5"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "EasyDarkMode"
28     },
29     {
30       "name": "SDWebImage",
31       "source_files": "EasyDarkMode+SD",
32       "dependencies": {
33         "EasyDarkMode/Core": [
35         ],
36         "SDWebImage": [
38         ]
39       }
40     }
41   ]