blob: 1b6d3066579f5ac37e9757146209882f9d84874c [file] [log] [blame]
{
"name": "MMWebImage",
"version": "0.0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Asynchronous image downloader with cache support as a UIImageView category http://cocoadocs.org/docsets/SDWebImage(基于SDWebImage)",
"homepage": "https://github.com/xwgit2971/MMWebImage",
"authors": {
"SunnyX": "1031787148@qq.com"
},
"source": {
"git": "https://github.com/xwgit2971/MMWebImage.git",
"tag": "0.0.1"
},
"source_files": "MMWebImage/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.8.2"
]
}
}