blob: cc101278f0d10ad940fdfebce92803900bddfdbd [file] [log] [blame]
{
"name": "UIViewFadeAnimationExtension",
"version": "0.1.0",
"summary": "UIView Extension for fadein and fadeout animation",
"description": "\"UIView Extension for fadein and fadeout animation\"",
"homepage": "https://github.com/benjdum59/UIView-FadeAnimation",
"license": "MIT",
"authors": {
"benjdum59": "benjdum59@gmail.com"
},
"source": {
"git": "https://github.com/benjdum59/UIView-FadeAnimation.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UIViewFadeAnimationExtension": [
"Pod/Assets/*.png"
]
}
}