blob: 29be9afeaf49a0a816eb2289c4f4dc42c7ffff81 [file] [log] [blame]
{
"name": "YYWebImage2",
"summary": "Asynchronous image loading framework.",
"version": "1.0.6",
"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/Limon-O-O/YYWebImage.git",
"tag": "1.0.6"
},
"requires_arc": true,
"source_files": [
"YYWebImage/*.{h,m}",
"YYWebImage/Categories/*.{h,m}"
],
"public_header_files": [
"YYWebImage/*.{h}",
"YYWebImage/Categories/*.{h}"
],
"private_header_files": "YYWebImage/Categories/_*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"AssetsLibrary",
"ImageIO",
"Accelerate",
"MobileCoreServices"
],
"dependencies": {
"YYImage": [
],
"YYCache": [
]
}
}