blob: c73e10a9b05c901b2d3ca34f812595a8afb5b7ba [file] [log] [blame]
{
"name": "DKNightVersion",
"version": "0.6.0",
"summary": "A light weight framework adding night version to your app on iOS.",
"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",
"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.0"
},
"source_files": "Classes/DKNightVersion.h",
"resources": [
"Rakefile",
"property.json",
"Gemfile"
],
"subspecs": [
{
"name": "Core",
"source_files": "Classes/Core/*.{h,m}"
},
{
"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/**"
}
]
}