[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 1 / d / 8 / DKNightVersion / 2.0.0 / DKNightVersion.podspec.json
blobefc734fb0c072d723b76f8fd1d04fac0ac54f5c6
2   "name": "DKNightVersion",
3   "version": "2.0.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.0.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": "DKNightVersion/UIKit/*.{h,m}",
48       "dependencies": {
49         "DKNightVersion/Core": [
51         ]
52       }
53     },
54     {
55       "name": "CoreAnimation",
56       "source_files": "DKNightVersion/CoreAnimation/*.{h,m}",
57       "dependencies": {
58         "DKNightVersion/Core": [
60         ]
61       }
62     }
63   ]