blob: a0d0369cf6d2ffc496045eab376ecb99ed0ce269 [file] [log] [blame]
{
"name": "MMImageSizeManager",
"version": "0.0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "当服务器不返回图片size时, 对下载后的图片size做缓存",
"homepage": "https://github.com/xwgit2971/MMImageSizeManager",
"authors": {
"SunnyX": "1031787148@qq.com"
},
"source": {
"git": "https://github.com/xwgit2971/MMImageSizeManager.git",
"tag": "0.0.1"
},
"source_files": "MMImageSizeManager/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"MMFileManager": [
]
}
}