[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 7 / HYPCategory / 1.0.2 / HYPCategory.podspec.json
blob8c2c7fea76dd20b3dc6f4ce75ee512c57a5f7b85
2   "name": "HYPCategory",
3   "version": "1.0.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "heyupeng": "13750523250@163.com"
13   },
14   "source": {
15     "git": "https://github.com/heyupeng/HYPCategory.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HYPCategory/Classes/**/*",
22   "dependencies": {
23     "Enumability": [
24       "~> 1.0.1"
25     ]
26   }