[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / 8 / DKNightVersion / 0.4.5 / DKNightVersion.podspec.json
blob312a3efcfb1a35d480cbfc3d65bd4748d42e3a4f
2   "name": "DKNightVersion",
3   "version": "0.4.5",
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.4.5"
18   },
19   "source_files": "Pod/Classes/DKNightVersion.h",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Pod/Classes/Core/**"
24     },
25     {
26       "name": "UIKit",
27       "source_files": [
28         "Pod/Classes/UIKit/Auto/**/*",
29         "Pod/Classes/UIKit/Manual/**/*"
30       ],
31       "dependencies": {
32         "DKNightVersion/Core": [
34         ]
35       }
36     }
37   ]