[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 7 / HYPCategory / 1.0.4 / HYPCategory.podspec.json
blobc7cc97bf756960a4430130fbd00bfae6ffcdfdb2
2   "name": "HYPCategory",
3   "version": "1.0.4",
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.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HYPCategory/Classes/YPCategory.h",
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "source_files": "HYPCategory/Classes/Foundation/*.{h,m}"
26     },
27     {
28       "name": "CoreGraphics",
29       "source_files": "HYPCategory/Classes/CoreGraphics/*.{h,m}"
30     },
31     {
32       "name": "UIKit",
33       "source_files": "HYPCategory/Classes/UIKit/*.{h,m}"
34     },
35     {
36       "name": "CoreBluetooth",
37       "source_files": "HYPCategory/Classes/CoreBluetooth+Extension/*.{h,m}",
38       "dependencies": {
39         "Enumability": [
40           "~> 1.0.1"
41         ]
42       }
43     }
44   ]