[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / 8 / DKNightVersion / 0.5.7 / DKNightVersion.podspec.json
blob1dc9ac1728e707817af61a338df911379c16c1e3
2   "name": "DKNightVersion",
3   "version": "0.5.7",
4   "summary": "A light weight framework adding night version to your app on iOS.",
5   "description": "                   A longer description of DKNightVersion in Markdown format.\n\n                   * This framework is target for easily integrate night dark mode in iOS App.\n                   * It is inspired by many famous framework, and implement with runtime\n                   * library. Hope this will help you reduce your work.\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.5.7"
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": "UIKit",
32       "source_files": "Classes/UIKit/**/*.{h,m}",
33       "dependencies": {
34         "DKNightVersion/Core": [
36         ],
37         "DKNightVersion/Helper": [
39         ]
40       }
41     },
42     {
43       "name": "Helper",
44       "source_files": "Classes/Helper/*.{h,m}"
45     },
46     {
47       "name": "Generator",
48       "resources": "generator/**"
49     }
50   ]