2 "name": "JLToolsAndCategories",
7 "summary": "开发中常常用到的工具类以及Category集合。",
8 "description": "NSString —— 字符串常用操作及验证等; UIImage —— 图片缩放、裁剪操作等; NSDate —— 时间格式转换,年月日获取,当前月的周数等; UIColor —— 根据HEX字符串得到颜色; UIView —— View的Nib加载,焦点坐标获取,SubViews和SupureViews检索; UILabel —— label的行间距设置; JLTools —— 包含常用方法,如:正则判断手机号、邮箱,MD5加密,路径缓存等。",
9 "homepage": "https://github.com/LongJiangSB/JLToolsAndCategories",
15 "Long Jiang": "983220205@qq.com"
18 "git": "https://github.com/LongJiangSB/JLToolsAndCategories.git",
26 "source_files": "JLToolsAndCategories/Classes/**/*.{h,m}",
27 "public_header_files": "JLToolsAndCategories/Classes/JLToolsAndCategories.h",
31 "source_files": "JLToolsAndCategories/Classes/Categories/*.{h,m}",
32 "public_header_files": "JLToolsAndCategories/Classes/Categories/*.h",
41 "source_files": "JLToolsAndCategories/Classes/JLTools/*.{h,m}",
42 "public_header_files": "JLToolsAndCategories/Classes/JLTools/JLTools.h",