[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 3 / 0 / EZLottieExtension / 0.2.0 / EZLottieExtension.podspec.json
blob2849b895d102a9bab6538fc1446077a883cab68e
2   "name": "EZLottieExtension",
3   "version": "0.2.0",
4   "summary": "EZLottieExtension extends UIView with Lottie features.",
5   "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.",
6   "homepage": "https://github.com/dbarbos/EZLottieExtension",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dbarbos": "diler@cappriola.com"
13   },
14   "source": {
15     "git": "https://github.com/dbarbos/EZLottieExtension.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "source_files": "EZLottieExtension/Classes/**/*",
25   "dependencies": {
26     "lottie-ios": [
27       "~> 2.5.0"
28     ]
29   },
30   "pushed_with_swift_version": "4.0"