[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 0 / 1 / 8 / SDWebImageFLPlugin / 0.2.2 / SDWebImageFLPlugin.podspec.json
blobefc695495a35e4c56030196ebcf716063b9b1f4f
2   "name": "SDWebImageFLPlugin",
3   "version": "0.2.2",
4   "summary": "A FLAnimatedImage plugin for SDWebImage",
5   "description": "This project adds a plugin for FLAnimatedImage into SDWebImage, for loading animated images. FLAnimatedImage is a performant library that handles animated images rendering, while SDWebImage takes care of downloading, caching and loading the images.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageFLPlugin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DreamPiggy": "lizhuoli1126@126.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImageFLPlugin.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "SDWebImageFLPlugin/Classes/**/*",
23     "SDWebImageFLPlugin/Module/SDWebImageFLPlugin.h"
24   ],
25   "module_map": "SDWebImageFLPlugin/Module/SDWebImageFLPlugin.modulemap",
26   "dependencies": {
27     "SDWebImage/Core": [
28       ">= 5.0.0-beta4"
29     ],
30     "FLAnimatedImage": [
31       ">= 1.0.11"
32     ]
33   }