blob: db4748b128b884a43d30b4c8c5fe62b70b90d18a [file] [log] [blame]
{
"name": "Dimmer",
"version": "2.0.2",
"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.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Dimmer/Classes/**/*",
"dependencies": {
"UIViewKVO": [
"~> 2.0"
],
"FadeView": [
"~> 2.0"
],
"TinyLog": [
"~> 2.0"
],
"PureLayout": [
]
},
"pushed_with_swift_version": "3.0"
}