blob: c37695b9ccc40eb1dada5e0a8ff9e56cca4ef6e8 [file] [log] [blame]
{
"name": "SDWebImageLottiePlugin",
"version": "0.2.0",
"summary": "SDWebImage integration with Lottie Animation using remote JSON files",
"description": "SDWebImageLottiePlugin is a plugin for SDWebImage framework, which provide the Lottie animation loading from JSON file.",
"homepage": "https://github.com/SDWebImage/SDWebImageLottiePlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageLottiePlugin.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": [
"SDWebImageLottiePlugin/Classes/**/*",
"SDWebImageLottiePlugin/Module/SDWebImageLottiePlugin.h"
],
"pod_target_xcconfig": {
"SUPPORTS_MACCATALYST": "YES",
"DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
},
"dependencies": {
"SDWebImage": [
"~> 5.5"
],
"lottie-ios": [
"~> 2.5"
]
}
}