blob: d0fbc771560a34d9ca78c6999f62b48bd600ba54 [file] [log] [blame]
{
"name": "JWCategorys",
"version": "0.0.9",
"summary": "开发过程中发现的、收集的、编写的一些有用的类别",
"description": "UIImage+JWQRImage 图片处理的一个类别,用于快速的生成二维码 UIColor+JWHexColor 颜色处理的一个类别,方便处理颜色 NSDate+JWTime 日期处理类别,有许多常用方法 UIButton+JWEnlargeEdge 动态的增加按钮点击范围UINavigationItem+JWMargin 导航按钮偏移处理NSSet+JWUnicode 、NSArray+JWUnicode 、NSDictionary+JWUnicode 中文字符打印问题UIWindow+JWScreenshots 屏幕截图方法NSString+JWDecimalCalculation 高精度计算",
"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.9"
},
"source_files": "JWCategorysDemo/JWCategorys/**/*.{h,m}",
"requires_arc": true
}