[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / d / 8 / DKNightVersion / 0.6.1 / DKNightVersion.podspec.json
blob7b0aa45eaf7066baada7541e5cb503a77f5af936
2   "name": "DKNightVersion",
3   "version": "0.6.1",
4   "summary": "DKNightVersion is a lightweight iOS framework adding night mode to your iOS app.",
5   "description": "                   DKNightVersion is a light weight framework. It is mainly built through `objc/runtime` library and reflection, providing a neat approach  adding night mode to your iOS app. A great many codes of this framework is automatically generated by Ruby script.\n\n                   The most delightful feature of DKNightVersion is that it appends one more property `nightColor` to frequently-used UIKit components and provides you a default night mode theme. It is easily-used and well-designed. Hope you have a great joy to use DKNightVersion to integrate night mode in your Apps.\n",
6   "homepage": "https://github.com/Draveness/DKNightVersion",
7   "license": "MIT",
8   "authors": {
9     "Draveness": "stark.draven@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/Draveness/DKNightVersion.git",
17     "tag": "0.6.1"
18   },
19   "source_files": "Classes/DKNightVersion.h",
20   "resources": [
21     "Rakefile",
22     "property.json",
23     "Gemfile"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Classes/Core/*.{h,m}"
29     },
30     {
31       "name": "Controller",
32       "source_files": "Classes/Controller/*.{h,m}",
33       "dependencies": {
34         "DKNightVersion/Core": [
36         ],
37         "DKNightVersion/UIKit": [
39         ]
40       }
41     },
42     {
43       "name": "UIKit",
44       "source_files": "Classes/UIKit/**/*.{h,m}",
45       "dependencies": {
46         "DKNightVersion/Core": [
48         ],
49         "DKNightVersion/Helper": [
51         ]
52       }
53     },
54     {
55       "name": "Helper",
56       "source_files": "Classes/Helper/*.{h,m}"
57     },
58     {
59       "name": "Generator",
60       "resources": "generator/**"
61     }
62   ]