blob: efc695495a35e4c56030196ebcf716063b9b1f4f [file] [log] [blame]
{
"name": "SDWebImageFLPlugin",
"version": "0.2.2",
"summary": "A FLAnimatedImage plugin for SDWebImage",
"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.",
"homepage": "https://github.com/SDWebImage/SDWebImageFLPlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageFLPlugin.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SDWebImageFLPlugin/Classes/**/*",
"SDWebImageFLPlugin/Module/SDWebImageFLPlugin.h"
],
"module_map": "SDWebImageFLPlugin/Module/SDWebImageFLPlugin.modulemap",
"dependencies": {
"SDWebImage/Core": [
">= 5.0.0-beta4"
],
"FLAnimatedImage": [
">= 1.0.11"
]
}
}