[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / d / 8 / DKNightVersion / 0.4.4 / DKNightVersion.podspec.json
blobb6df65a1c18adb4a03cb4b7f625aaefdd2c22281
2   "name": "DKNightVersion",
3   "version": "0.4.4",
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.4"
18   },
19   "source_files": "Pod/Classes/DKNightVersion.h",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Pod/Classes/Core/**"
24     },
25     {
26       "name": "Generator",
27       "resources": "Pod/Generator/**"
28     },
29     {
30       "name": "UIKit",
31       "source_files": "Pod/Classes/UIKit/Auto/**/*",
32       "dependencies": {
33         "DKNightVersion/Core": [
35         ]
36       }
37     }
38   ]