[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 1 / d / 8 / DKNightVersion / 2.1.0 / DKNightVersion.podspec.json
blob7282aeba39848188ff6e43c47135ffcb2d79102a
2   "name": "DKNightVersion",
3   "version": "2.1.0",
4   "summary": "DKNightVersion is a lightweight iOS framework adding different theme 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 provides a DKColorTable.txt file to help you manage all the colors in your project. 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": "2.1.0"
18   },
19   "source_files": "DKNightVersion/DKNightVersion.h",
20   "public_header_files": "DKNightVersion/DKNightVersion.h",
21   "resources": "DKNightVersion/ColorTable/DKColorTable.txt",
22   "subspecs": [
23     {
24       "name": "DeallocBlockExecutor",
25       "source_files": "DKNightVersion/DeallocBlockExecutor/*.{h,m}"
26     },
27     {
28       "name": "ColorTable",
29       "source_files": "DKNightVersion/ColorTable/*{h,m}",
30       "dependencies": {
31         "DKNightVersion/Core": [
33         ]
34       }
35     },
36     {
37       "name": "Core",
38       "source_files": "DKNightVersion/Core/*.{h,m}",
39       "dependencies": {
40         "DKNightVersion/DeallocBlockExecutor": [
42         ]
43       }
44     },
45     {
46       "name": "UIKit",
47       "source_files": [
48         "DKNightVersion/UIKit/*.{h,m}",
49         "DKNightVersion/Manual/*.{h,m}"
50       ],
51       "dependencies": {
52         "DKNightVersion/Core": [
54         ]
55       }
56     },
57     {
58       "name": "CoreAnimation",
59       "source_files": "DKNightVersion/CoreAnimation/*.{h,m}",
60       "dependencies": {
61         "DKNightVersion/Core": [
63         ]
64       }
65     }
66   ]