blob: 0145f2ff6684a6e62aeb5062d5c536ec8ffc1463 [file] [log] [blame]
{
"name": "AgilFadeable",
"version": "0.1.0",
"summary": "AgilFadeable provides an easy-to-use way to extend UIViews with fade in / fade out capabilities.",
"description": "AgilFadeable provides a protocol + protocol extension to enhance UIViews with the ability to fade in and fade out.",
"homepage": "https://github.com/agescura/Fadeable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Albert Gil Escura": "agilescura@gmail.com"
},
"source": {
"git": "https://github.com/agescura/Fadeable.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AgilFadeable/Classes/**/*"
}