blob: efc734fb0c072d723b76f8fd1d04fac0ac54f5c6 [file] [log] [blame]
{
"name": "DKNightVersion",
"version": "2.0.0",
"summary": "DKNightVersion is a lightweight iOS framework adding different theme 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 provides a DKColorTable.txt file to help you manage all the colors in your project. 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": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Draveness/DKNightVersion.git",
"tag": "2.0.0"
},
"source_files": "DKNightVersion/DKNightVersion.h",
"public_header_files": "DKNightVersion/DKNightVersion.h",
"resources": "DKNightVersion/ColorTable/DKColorTable.txt",
"subspecs": [
{
"name": "DeallocBlockExecutor",
"source_files": "DKNightVersion/DeallocBlockExecutor/*.{h,m}"
},
{
"name": "ColorTable",
"source_files": "DKNightVersion/ColorTable/*{h,m}",
"dependencies": {
"DKNightVersion/Core": [
]
}
},
{
"name": "Core",
"source_files": "DKNightVersion/Core/*.{h,m}",
"dependencies": {
"DKNightVersion/DeallocBlockExecutor": [
]
}
},
{
"name": "UIKit",
"source_files": "DKNightVersion/UIKit/*.{h,m}",
"dependencies": {
"DKNightVersion/Core": [
]
}
},
{
"name": "CoreAnimation",
"source_files": "DKNightVersion/CoreAnimation/*.{h,m}",
"dependencies": {
"DKNightVersion/Core": [
]
}
}
]
}