blob: 65eb16730e85ae6dc3593b173b9ea6a63c86a541 [file] [log] [blame]
{
"name": "YYWebIMG",
"version": "0.0.2",
"summary": "This library provides an async image downloader with cache support. For convenience, we added categories for UI elements like UIImageView.",
"description": "Image formats supported by UIImage (JPEG, PNG, HEIC, ...), including GIF/APNG/HEIC animation",
"homepage": "https://github.com/Snackstops/YYWebIMG.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Snackstops": "3041226105@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Snackstops/YYWebIMG.git",
"tag": "0.0.2"
},
"vendored_frameworks": "Classes/*.framework",
"frameworks": [
"UIKit",
"AVFoundation",
"UserNotifications",
"ImageIO",
"WebKit",
"MobileCoreServices"
],
"dependencies": {
"JPush": [
]
}
}