blob: 5744ffeec48d17808b17faa5295ae8e813db8309 [file] [log] [blame]
{
"name": "SDWebImageLottieCoder",
"version": "0.1.0",
"summary": "A SDWebImage coder plugin for Lottie animation",
"description": "A Lottie animation coder which use SDAnimatedImageView instead of LOTAnimationView for bitmap rendering.",
"homepage": "https://github.com/SDWebImage/SDWebImageLottieCoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageLottieCoder.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"SDWebImageLottieCoder/Classes/**/*",
"SDWebImageLottieCoder/Module/SDWebImageLottieCoder.h"
],
"dependencies": {
"SDWebImage": [
"~> 5.6"
],
"librlottie": [
"~> 0.1"
]
}
}