blob: 132d1c3c5d05d467ab1dc658a587c1338017b80d [file] [log] [blame]
{
"name": "DKNightVersion",
"version": "1.3",
"summary": "DKNightVersion is a lightweight iOS framework adding night mode to your iOS app.",
"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 appends one more property `nightColor` to frequently-used UIKit components and provides you a default night mode theme. It is easily-used and well-designed. Hope you have a great joy to use DKNightVersion to integrate night mode in your Apps.",
"homepage": "https://github.com/Draveness/DKNightVersion",
"license": "MIT",
"authors": {
"Draveness": "stark.draven@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Draveness/DKNightVersion.git",
"tag": "1.3"
},
"source_files": "Classes/DKNightVersion.h",
"subspecs": [
{
"name": "DeallocBlockExecutor",
"source_files": "Classes/DeallocBlockExecutor/*.{h,m}"
},
{
"name": "Core",
"source_files": "Classes/Core/*.{h,m}",
"dependencies": {
"DKNightVersion/DeallocBlockExecutor": [
]
}
},
{
"name": "UIKit",
"source_files": [
"Classes/UIKit/*.{h,m}",
"Classes/Manual/*.{h,m}"
],
"dependencies": {
"DKNightVersion/Core": [
]
}
},
{
"name": "CoreAnimation",
"source_files": "Classes/CoreAnimation/*.{h,m}",
"dependencies": {
"DKNightVersion/Core": [
]
}
}
]
}