blob: dc8ac8e6918387bcba765f24c16b651b6f4437e3 [file] [log] [blame]
{
"name": "NightDriver",
"version": "1.0.4",
"summary": "Elegant way to integrate night mode to swift projects",
"description": "NightDriver make it easy to switch from light to dark or in reverse",
"homepage": "https://github.com/PatrickChow/NightDriver",
"license": "MIT",
"authors": "PatrickChow",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PatrickChow/NightDriver.git",
"tag": "1.0.4"
},
"source_files": [
"NightDriver/Source/*.swift",
"NightDriver/Source/QuartzCore/*.swift",
"NightDriver/Source/UIKit/*.swift"
],
"exclude_files": "NightDriver/Exclude",
"pushed_with_swift_version": "3.0"
}