4 "summary": "A short description of HYPCategory.",
5 "description": "1. CoreBluetooth:\n CBManager: iOS 13授权状态兼容;\n\n2. CoreGraphics:\n Geometry: 增加 CGPoint, CGSize, CGRect 几何计算函数;\n \n3. Foundation:\n NSArray: 防越界处理, 数组闭环索引处理;\n NSString: MD5编码, HexString, 数基转换(2、10、16进制);\n NSData: 数据流与16进制字符串的转换, Crypto加密解密;\n NSDate: 日期格式化的转换与输出, 日期组成零件;\n\n4. UIKit:\n UIDevice: 型号识别;\n UIImage: 图像截取, 图像叠加合并;\n UIScreen: 缺口屏判断;\n UIApplication: iOS 13状态栏API变更兼容, 安全区域获取;",
6 "homepage": "https://github.com/heyupeng/HYPCategory",
12 "heyupeng": "13750523250@163.com"
15 "git": "https://github.com/heyupeng/HYPCategory.git",
21 "source_files": "HYPCategory/Classes/YPCategory.h",
25 "source_files": "HYPCategory/Classes/Foundation/*.{h,m}"
28 "name": "CoreGraphics",
29 "source_files": "HYPCategory/Classes/CoreGraphics/*.{h,m}"
33 "source_files": "HYPCategory/Classes/UIKit/*.{h,m}"
36 "name": "CoreBluetooth",
37 "source_files": "HYPCategory/Classes/CoreBluetooth+Extension/*.{h,m}",