blob: 006eddd7366a1944eb71d3cef042f6378c0f0f13 [file] [log] [blame]
{
"name": "DKNightVersion",
"version": "2.4.3",
"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.4.3"
},
"source_files": "DKNightVersion/DKNightVersion.h",
"public_header_files": "DKNightVersion/DKNightVersion.h",
"resources": "DKNightVersion/ColorTable/DKColorTable.txt",
"subspecs": [
{
"name": "Core",
"source_files": [
"DKNightVersion/Core/*.{h,m}",
"DKNightVersion/ColorTable/*{h,m}"
],
"subspecs": [
{
"name": "DeallocBlockExecutor",
"source_files": "DKNightVersion/DeallocBlockExecutor/*.{h,m}"
},
{
"name": "extobjc",
"source_files": "DKNightVersion/extobjc/*.h"
}
]
},
{
"name": "UIKit",
"source_files": [
"DKNightVersion/UIKit/*.{h,m}",
"DKNightVersion/Manual/*.{h,m}"
],
"dependencies": {
"DKNightVersion/Core": [
]
}
},
{
"name": "CoreAnimation",
"source_files": "DKNightVersion/CoreAnimation/*.{h,m}",
"dependencies": {
"DKNightVersion/Core": [
]
}
}
]
}