blob: 3a84fd1738f261188f7f0ae5be1d317a5c156cc2 [file] [log] [blame]
{
"name": "YYWebImage",
"summary": "Asynchronous image loading framework.",
"version": "0.9.8",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ibireme": "ibireme@gmail.com"
},
"social_media_url": "http://blog.ibireme.com",
"homepage": "https://github.com/ibireme/YYWebImage",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ibireme/YYWebImage.git",
"tag": "0.9.8"
},
"requires_arc": true,
"source_files": "YYWebImage/**/*.{h,m}",
"public_header_files": "YYWebImage/**/*.{h}",
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"AssetsLibrary",
"ImageIO",
"Accelerate",
"MobileCoreServices"
],
"ios": {
"vendored_frameworks": "Vendor/WebP.framework"
}
}