[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / d / 8 / DKNightVersion / 2.4.2 / DKNightVersion.podspec.json
blob04f47fc566ec5fbca3581e533b152e9c28e72326
2   "name": "DKNightVersion",
3   "version": "2.4.2",
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.4.2"
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": "Core",
25       "source_files": [
26         "DKNightVersion/Core/*.{h,m}",
27         "DKNightVersion/ColorTable/*{h,m}"
28       ],
29       "subspecs": [
30         {
31           "name": "DeallocBlockExecutor",
32           "source_files": "DKNightVersion/DeallocBlockExecutor/*.{h,m}"
33         },
34         {
35           "name": "extobjc",
36           "source_files": "DKNightVersion/extobjc/*.h"
37         }
38       ]
39     },
40     {
41       "name": "UIKit",
42       "source_files": [
43         "DKNightVersion/UIKit/*.{h,m}",
44         "DKNightVersion/Manual/*.{h,m}"
45       ],
46       "dependencies": {
47         "DKNightVersion/Core": [
49         ]
50       }
51     },
52     {
53       "name": "CoreAnimation",
54       "source_files": "DKNightVersion/CoreAnimation/*.{h,m}",
55       "dependencies": {
56         "DKNightVersion/Core": [
58         ]
59       }
60     }
61   ]