blob: 962660ad291cc8cf363dfcbb5be5b3cd2fa6c02f [file] [log] [blame]
{
"name": "NightNight",
"version": "0.2.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NightNight/Classes/**/*",
"frameworks": "UIKit"
}