blob: 7b0aa45eaf7066baada7541e5cb503a77f5af936 [file] [log] [blame]
{
"name": "DKNightVersion",
"version": "0.6.1",
"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\n The 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.\n",
"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": "0.6.1"
},
"source_files": "Classes/DKNightVersion.h",
"resources": [
"Rakefile",
"property.json",
"Gemfile"
],
"subspecs": [
{
"name": "Core",
"source_files": "Classes/Core/*.{h,m}"
},
{
"name": "Controller",
"source_files": "Classes/Controller/*.{h,m}",
"dependencies": {
"DKNightVersion/Core": [
],
"DKNightVersion/UIKit": [
]
}
},
{
"name": "UIKit",
"source_files": "Classes/UIKit/**/*.{h,m}",
"dependencies": {
"DKNightVersion/Core": [
],
"DKNightVersion/Helper": [
]
}
},
{
"name": "Helper",
"source_files": "Classes/Helper/*.{h,m}"
},
{
"name": "Generator",
"resources": "generator/**"
}
]
}