blob: 0fb3b6584a07ca48e5f6de3f24a139ea8112dcc0 [file] [log] [blame]
{
"name": "GanGImage",
"version": "1.0.1",
"summary": "Decode Animated Images such as WebP, APNG, GIF all source from YYImage",
"homepage": "https://github.com/trilliwon/GanGImage",
"license": {
"type": "Copyright",
"text": "Copyright (c) Won. All rights reserved."
},
"authors": {
"won": "trilliwon@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/trilliwon/GanGImage.git",
"tag": "1.0.1"
},
"source_files": "Sources/YYImage/*.{h,m}",
"public_header_files": "Sources/YYImage/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"ImageIO",
"Accelerate",
"CoreServices"
],
"vendored_frameworks": [
"Sources/Vendor/WebP.framework",
"Sources/Vendor/WebPDemux.framework",
"Sources/Vendor/WebPMux.framework"
],
"swift_version": "5.0"
}