2 "name": "LBCommonComponents",
4 "summary": "CommonComponents of your project.",
5 "description": "项目中用到的让开发更快速的一些宏定义,以及常用View的快速初始化方法,和其他转换的工具类。",
6 "homepage": "https://github.com/A1129434577/LBCommonComponents",
12 "A1129434577": "1129434577@qq.com"
15 "git": "https://github.com/A1129434577/LBCommonComponents.git",
24 "source_files": "LBCommonComponents/Macros/**/*",
25 "prefix_header_contents": "#ifdef __OBJC__\n#import \"LBSystemMacro.h\"\n#import \"LBUIMacro.h\"\n#import \"LBFunctionMacro.h\"\n#endif"
31 "name": "UIView+Copy",
32 "source_files": "LBCommonComponents/Category/UIView+Copy/**/*.{h,m}"
35 "name": "NSObject+TypeSafe",
36 "source_files": "LBCommonComponents/Category/NSObject+TypeSafe/**/*.{h,m}"
39 "name": "UIButton+Action",
40 "source_files": "LBCommonComponents/Category/UIButton+Action/**/*.{h,m}"
43 "name": "NSNull+Safe",
44 "source_files": "LBCommonComponents/Category/NSNull+Safe/**/*.{h,m}"
47 "name": "UIImage+Color",
48 "source_files": "LBCommonComponents/Category/UIImage+Color/**/*.{h,m}"
51 "name": "NSDate+ToString",
52 "source_files": "LBCommonComponents/Category/NSDate+ToString/**/*.{h,m}"
55 "name": "NSString+ToDate",
56 "source_files": "LBCommonComponents/Category/NSString+ToDate/**/*.{h,m}"
59 "name": "UIView+Geometry",
60 "source_files": "LBCommonComponents/Category/UIView+Geometry/**/*.{h,m}"
69 "source_files": "LBCommonComponents/Base/Views/**/*.{h,m}"