blob: 9a72af0612c377daa3fd8100a18f429d0e64ba06 [file] [log] [blame]
{
"name": "SDWebImageLottiePlugin",
"version": "0.1.0",
"summary": "A short description of SDWebImageLottiePlugin.",
"description": "TODO: Add long description of the pod here.",
"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.1.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"
]
}
}