blob: f923fd7e91ecc9f33c480b0f38555c5b9499ef7b [file] [log] [blame]
{
"name": "Dimmer",
"version": "2.1.1",
"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.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Dimmer/Classes/**/*",
"dependencies": {
"UIViewKVO": [
"~> 2.0"
],
"FadeView": [
"~> 2.0"
],
"TinyLog": [
"~> 2.0"
],
"PureLayout": [
]
}
}