[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / d / 8 / DKNightVersion / 0.4.0 / DKNightVersion.podspec.json
blob9b6f8da93ccd9b4e3b7b5a236be6eecfd13564c1
2   "name": "DKNightVersion",
3   "version": "0.4.0",
4   "summary": "A light weight framework adding night version to your app on iOS.",
5   "description": "                   A longer description of DKNightVersion in Markdown format.\n\n                   * This framework is target for easily integrate night dark mode in iOS App.\n                   * It is inspired by many famous framework, and implement with runtime\n                   * library. Hope this will help you reduce your work.\n",
6   "homepage": "https://github.com/Draveness/DKNightVersion",
7   "license": "MIT",
8   "authors": {
9     "Draveness": "stark.draven@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/Draveness/DKNightVersion.git",
17     "tag": "0.4.0"
18   },
19   "source_files": [
20     "Pod/Classes/DKNightVersion.h",
21     "Pod/Classes/DKNightVersionConstants.h"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Pod/Classes/Core/**"
27     },
28     {
29       "name": "Generator",
30       "resources": "Pod/Generator/**"
31     },
32     {
33       "name": "UIKIt",
34       "source_files": "Pod/Classes/UIKit/Auto/**",
35       "dependencies": {
36         "DKNightVersion/Core": [
38         ]
39       }
40     }
41   ]