blob: dd4cd31bee54d8fdcaf406df0831e259b0c9a644 [file] [log] [blame]
{
"name": "Dimmer",
"version": "2.2.0",
"summary": "Handy utility extention supports both dimming & gradient effect on UIView.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/DragonCherry/Dimmer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DragonCherry": "dragoncherry@naver.com"
},
"source": {
"git": "https://github.com/DragonCherry/Dimmer.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Dimmer/Classes/**/*",
"dependencies": {
"UIViewKVO": [
"~> 2.0"
],
"FadeView": [
"~> 2.0"
],
"SnapKit": [
]
}
}