blob: 332089ba564c19b4fe1a1ff720febfd5bcc496f2 [file] [log] [blame]
{
"name": "YYImage_FixWarnings",
"summary": "Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.",
"version": "1.0.8",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sun": "holaux@gmail.com"
},
"homepage": "https://github.com/oneofai/YYImage",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/oneofai/YYImage.git",
"tag": "1.0.8"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "YYImage/*.{h,m}",
"public_header_files": "YYImage/*.{h}",
"dependencies": {
"libwebp": [
]
},
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"ImageIO",
"Accelerate",
"CoreServices"
],
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
}
}
]
}