blob: ab4ca04a0ebe22da877e1e86817ff41e19bb57fe [file] [log] [blame]
{
"name": "JWCategorys",
"version": "0.0.1",
"summary": "开发过程中发现的、收集的、编写的一些有用的类别",
"description": "UIImage+JWQRImage 图片处理的一个类别,用于快速的生成二维码 images coming from the web. It provides an UIImageView category adding web image and cache management to the Cocoa Touch framework, an asynchronous image downloader, an asynchronous memory + disk image caching with automatic cache expiration handling, a guarantee that the same URL won't be downloaded several times, a guarantee that bogus URLs won't be retried again and again, and performances!",
"homepage": "https://github.com/junwangInChina/JWCategorys",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangjun": "github_work@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/junwangInChina/JWCategorys.git",
"tag": "0.0.1"
},
"source_files": "JWCategorysDemo/JWCategorys/**/*.{h,m}",
"requires_arc": true
}