blob: 2849b895d102a9bab6538fc1446077a883cab68e [file] [log] [blame]
{
"name": "EZLottieExtension",
"version": "0.2.0",
"summary": "EZLottieExtension extends UIView with Lottie features.",
"description": "EZLottieExtension extends UIView type including a function to add Lottie animations to a view by centralizing it and giving the user option to determine the animation scale. This extension is very handy when creating buttons. By simply adding an animation to a button EZLottieExtension will align the animation fix it´s interaction behavior and include haptic feedback for pressing action.",
"homepage": "https://github.com/dbarbos/EZLottieExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dbarbos": "diler@cappriola.com"
},
"source": {
"git": "https://github.com/dbarbos/EZLottieExtension.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "EZLottieExtension/Classes/**/*",
"dependencies": {
"lottie-ios": [
"~> 2.5.0"
]
},
"pushed_with_swift_version": "4.0"
}