[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 1 / d / 8 / DKNightVersion / 0.5.6 / DKNightVersion.podspec.json
bloba268dc53567b195446e6f5dbb2d934cce29f8577
2   "name": "DKNightVersion",
3   "version": "0.5.6",
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.6"
18   },
19   "source_files": "Pod/Classes/DKNightVersion.h",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Pod/Classes/Core/*.{h,m}"
24     },
25     {
26       "name": "UIKit",
27       "source_files": "Pod/Classes/UIKit/**/*.{h,m}",
28       "dependencies": {
29         "DKNightVersion/Core": [
31         ],
32         "DKNightVersion/Helper": [
34         ]
35       }
36     },
37     {
38       "name": "Helper",
39       "source_files": "Pod/Classes/Helper/*.{h,m}"
40     },
41     {
42       "name": "Generator",
43       "resources": "Pod/Generator/**"
44     }
45   ]