blob: 8d271c66960bc4589aea74527f66a23eaa3c0de1 [file] [log] [blame]
{
"name": "JWCategorys",
"version": "0.0.6",
"summary": "开发过程中发现的、收集的、编写的一些有用的类别",
"description": "UIImage+JWQRImage 图片处理的一个类别,用于快速的生成二维码 UIColor+JWHexColor 颜色处理的一个类别,方便处理颜色 NSDate+JWTime 日期处理类别,有许多常用方法",
"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.6"
},
"source_files": "JWCategorysDemo/JWCategorys/**/*.{h,m}",
"requires_arc": true
}