[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / d / 8 / DKNightVersion / 1.4 / DKNightVersion.podspec.json
blob7a61ff389c589cf735f32dbcb0641851148a0cbd
2   "name": "DKNightVersion",
3   "version": "1.4",
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\nThe 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.",
6   "homepage": "https://github.com/Draveness/DKNightVersion",
7   "license": "MIT",
8   "authors": {
9     "Draveness": "stark.draven@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/Draveness/DKNightVersion.git",
17     "tag": "1.4"
18   },
19   "source_files": "Classes/DKNightVersion.h",
20   "subspecs": [
21     {
22       "name": "DeallocBlockExecutor",
23       "source_files": "Classes/DeallocBlockExecutor/*.{h,m}"
24     },
25     {
26       "name": "Core",
27       "source_files": "Classes/Core/*.{h,m}",
28       "dependencies": {
29         "DKNightVersion/DeallocBlockExecutor": [
31         ]
32       }
33     },
34     {
35       "name": "UIKit",
36       "source_files": [
37         "Classes/UIKit/*.{h,m}",
38         "Classes/Manual/*.{h,m}"
39       ],
40       "dependencies": {
41         "DKNightVersion/Core": [
43         ]
44       }
45     },
46     {
47       "name": "CoreAnimation",
48       "source_files": "Classes/CoreAnimation/*.{h,m}",
49       "dependencies": {
50         "DKNightVersion/Core": [
52         ]
53       }
54     }
55   ]