blob: 6d5cc12a1dc9e2b8e89d099e1781955242fb82e7 [file] [log] [blame]
{
"name": "NightNight",
"version": "0.2.2",
"summary": "NightNight is a solution for integrating night mode which was written in swift.",
"description": "NightNight is a framework to integrate night mode to application written in swift. NightNight provide MixedColor and MixedImage to fundamental UIKit and CoreAnimation layer. Hope you enjoy it!",
"homepage": "https://github.com/draveness/NightNight",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Draveness": "stark.draven@gmail.com"
},
"source": {
"git": "https://github.com/draveness/NightNight.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NightNight/Classes/**/*",
"frameworks": "UIKit"
}