Commit ec30c20f92c0164785d11dbf72297d0307406e2c
1 parent
92ffb2be
0.0.16
Showing
18 changed files
with
53 additions
and
53 deletions
DSBaseModuleF.podspec
| 1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
| 2 | 2 | ||
| 3 | s.name = "DSBaseModuleF" | 3 | s.name = "DSBaseModuleF" |
| 4 | - s.version = "0.0.15" | 4 | + s.version = "0.0.16" |
| 5 | s.summary = "DSBaseModuleF" | 5 | s.summary = "DSBaseModuleF" |
| 6 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" | 6 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" |
| 7 | s.authors = { "DSIOSTeam" => "694092596@qq.com" } | 7 | s.authors = { "DSIOSTeam" => "694092596@qq.com" } |
DSBaseModuleF/Frameworks/DSBaseModule.framework/DSBaseModule
No preview for this file type
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/DSBaseModule-umbrella.h
| @@ -37,19 +37,19 @@ | @@ -37,19 +37,19 @@ | ||
| 37 | #import "DSTabBarViewController.h" | 37 | #import "DSTabBarViewController.h" |
| 38 | #import "DSTableView.h" | 38 | #import "DSTableView.h" |
| 39 | #import "DSTableViewCell.h" | 39 | #import "DSTableViewCell.h" |
| 40 | -#import "MKMapView+DSEMExtension.h" | ||
| 41 | -#import "NSAttributedString+DSEMExtension.h" | ||
| 42 | -#import "NSDate+DSEMExtension.h" | ||
| 43 | -#import "NSObject+DSEMExtension.h" | ||
| 44 | -#import "NSString+DSEMExtension.h" | ||
| 45 | -#import "NSUserDefaults+DSEMExtension.h" | ||
| 46 | -#import "UIColor+DSEMExtension.h" | ||
| 47 | -#import "UIImage+DSEMExtension.h" | ||
| 48 | -#import "UIImageView+DSEMExtension.h" | ||
| 49 | -#import "UILabel+DSEMExtension.h" | ||
| 50 | -#import "UIScrollView+DSEMExtension.h" | ||
| 51 | -#import "UITextField+DSEMExtension.h" | ||
| 52 | -#import "UIView+DSEMExtension.h" | 40 | +#import "MKMapView+DSBaseModule.h" |
| 41 | +#import "NSAttributedString+DSBaseModule.h" | ||
| 42 | +#import "NSDate+DSBaseModule.h" | ||
| 43 | +#import "NSObject+DSBaseModule.h" | ||
| 44 | +#import "NSString+DSBaseModule.h" | ||
| 45 | +#import "NSUserDefaults+DSBaseModule.h" | ||
| 46 | +#import "UIColor+DSBaseModule.h" | ||
| 47 | +#import "UIImage+DSBaseModule.h" | ||
| 48 | +#import "UIImageView+DSBaseModule.h" | ||
| 49 | +#import "UILabel+DSBaseModule.h" | ||
| 50 | +#import "UIScrollView+DSBaseModule.h" | ||
| 51 | +#import "UITextField+DSBaseModule.h" | ||
| 52 | +#import "UIView+DSBaseModule.h" | ||
| 53 | 53 | ||
| 54 | FOUNDATION_EXPORT double DSBaseModuleVersionNumber; | 54 | FOUNDATION_EXPORT double DSBaseModuleVersionNumber; |
| 55 | FOUNDATION_EXPORT const unsigned char DSBaseModuleVersionString[]; | 55 | FOUNDATION_EXPORT const unsigned char DSBaseModuleVersionString[]; |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/DSBaseModule.h
| @@ -14,19 +14,19 @@ | @@ -14,19 +14,19 @@ | ||
| 14 | #import "DSBaseModuleConstant.h" | 14 | #import "DSBaseModuleConstant.h" |
| 15 | #import "DSBaseModuleManager.h" | 15 | #import "DSBaseModuleManager.h" |
| 16 | 16 | ||
| 17 | -#import "NSObject+DSEMExtension.h" | ||
| 18 | -#import "NSDate+DSEMExtension.h" | ||
| 19 | -#import "NSUserDefaults+DSEMExtension.h" | ||
| 20 | -#import "UIView+DSEMExtension.h" | ||
| 21 | -#import "NSString+DSEMExtension.h" | ||
| 22 | -#import "UIImageView+DSEMExtension.h" | ||
| 23 | -#import "UIImage+DSEMExtension.h" | ||
| 24 | -#import "UILabel+DSEMExtension.h" | ||
| 25 | -#import "NSAttributedString+DSEMExtension.h" | ||
| 26 | -#import "UITextField+DSEMExtension.h" | ||
| 27 | -#import "UIScrollView+DSEMExtension.h" | ||
| 28 | -#import "UIColor+DSEMExtension.h" | ||
| 29 | -#import "MKMapView+DSEMExtension.h" | 17 | +#import "NSObject+DSBaseModule.h" |
| 18 | +#import "NSDate+DSBaseModule.h" | ||
| 19 | +#import "NSUserDefaults+DSBaseModule.h" | ||
| 20 | +#import "UIView+DSBaseModule.h" | ||
| 21 | +#import "NSString+DSBaseModule.h" | ||
| 22 | +#import "UIImageView+DSBaseModule.h" | ||
| 23 | +#import "UIImage+DSBaseModule.h" | ||
| 24 | +#import "UILabel+DSBaseModule.h" | ||
| 25 | +#import "NSAttributedString+DSBaseModule.h" | ||
| 26 | +#import "UITextField+DSBaseModule.h" | ||
| 27 | +#import "UIScrollView+DSBaseModule.h" | ||
| 28 | +#import "UIColor+DSBaseModule.h" | ||
| 29 | +#import "MKMapView+DSBaseModule.h" | ||
| 30 | 30 | ||
| 31 | #import "DSBaseViewController.h" | 31 | #import "DSBaseViewController.h" |
| 32 | #import "DSTabBarViewController.h" | 32 | #import "DSTabBarViewController.h" |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/MKMapView+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/MKMapView+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// MKMapView+DSEMExtension.h | 2 | +// MKMapView+DSBaseModule.h |
| 3 | // DSCnliveShopSDK | 3 | // DSCnliveShopSDK |
| 4 | // | 4 | // |
| 5 | // Created by zhaolin on 2019/2/18. | 5 | // Created by zhaolin on 2019/2/18. |
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | 9 | ||
| 10 | NS_ASSUME_NONNULL_BEGIN | 10 | NS_ASSUME_NONNULL_BEGIN |
| 11 | 11 | ||
| 12 | -@interface MKMapView (DSEMExtension) | 12 | +@interface MKMapView (DSBaseModule) |
| 13 | 13 | ||
| 14 | /** | 14 | /** |
| 15 | 设置中心 | 15 | 设置中心 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSAttributedString+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSAttributedString+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// NSAttributedString+DSEMExtension.h | 2 | +// NSAttributedString+DSBaseModule.h |
| 3 | // BKProjectFramework | 3 | // BKProjectFramework |
| 4 | // | 4 | // |
| 5 | // Created by BIKE on 2018/10/8. | 5 | // Created by BIKE on 2018/10/8. |
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | 10 | ||
| 11 | NS_ASSUME_NONNULL_BEGIN | 11 | NS_ASSUME_NONNULL_BEGIN |
| 12 | 12 | ||
| 13 | -@interface NSAttributedString (DSEMExtension) | 13 | +@interface NSAttributedString (DSBaseModule) |
| 14 | 14 | ||
| 15 | #pragma mark - 计算文本大小 | 15 | #pragma mark - 计算文本大小 |
| 16 | 16 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSDate+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSDate+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// NSDate+DSEMExtension.h | 2 | +// NSDate+DSBaseModule.h |
| 3 | // BKProjectFramework | 3 | // BKProjectFramework |
| 4 | // | 4 | // |
| 5 | // Created by BIKE on 2018/7/5. | 5 | // Created by BIKE on 2018/7/5. |
| @@ -35,7 +35,7 @@ typedef NS_ENUM(NSUInteger, DSDateFormat) { | @@ -35,7 +35,7 @@ typedef NS_ENUM(NSUInteger, DSDateFormat) { | ||
| 35 | DSDateFormatss, //ss | 35 | DSDateFormatss, //ss |
| 36 | }; | 36 | }; |
| 37 | 37 | ||
| 38 | -@interface NSDate (DSEMExtension) | 38 | +@interface NSDate (DSBaseModule) |
| 39 | 39 | ||
| 40 | #pragma mark - 时间转换 Format形式 | 40 | #pragma mark - 时间转换 Format形式 |
| 41 | 41 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSObject+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSObject+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// NSObject+DSEMExtension.h | 2 | +// NSObject+DSBaseModule.h |
| 3 | // BKProjectFramework | 3 | // BKProjectFramework |
| 4 | // | 4 | // |
| 5 | // Created by BIKE on 2018/7/5. | 5 | // Created by BIKE on 2018/7/5. |
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | #import <Foundation/Foundation.h> | 9 | #import <Foundation/Foundation.h> |
| 10 | #import <UIKit/UIKit.h> | 10 | #import <UIKit/UIKit.h> |
| 11 | 11 | ||
| 12 | -@interface NSObject (DSEMExtension) | 12 | +@interface NSObject (DSBaseModule) |
| 13 | 13 | ||
| 14 | #pragma mark - Tag | 14 | #pragma mark - Tag |
| 15 | 15 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSString+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSString+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// NSString+DSEMExtension.h | 2 | +// NSString+DSBaseModule.h |
| 3 | // BKProjectFramework | 3 | // BKProjectFramework |
| 4 | // | 4 | // |
| 5 | // Created by BIKE on 2018/7/11. | 5 | // Created by BIKE on 2018/7/11. |
| @@ -14,7 +14,7 @@ typedef NS_ENUM(NSUInteger, DSStringAESStyle) {//AES加密方式 | @@ -14,7 +14,7 @@ typedef NS_ENUM(NSUInteger, DSStringAESStyle) {//AES加密方式 | ||
| 14 | DSStringAESStyleECB, | 14 | DSStringAESStyleECB, |
| 15 | }; | 15 | }; |
| 16 | 16 | ||
| 17 | -@interface NSString (DSEMExtension) | 17 | +@interface NSString (DSBaseModule) |
| 18 | 18 | ||
| 19 | //#pragma mark - 获取设备号 | 19 | //#pragma mark - 获取设备号 |
| 20 | // | 20 | // |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSUserDefaults+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSUserDefaults+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// NSUserDefaults+DSEMExtension.h | 2 | +// NSUserDefaults+DSBaseModule.h |
| 3 | // BKProjectFramework | 3 | // BKProjectFramework |
| 4 | // | 4 | // |
| 5 | // Created by BIKE on 2018/7/6. | 5 | // Created by BIKE on 2018/7/6. |
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | #import <Foundation/Foundation.h> | 9 | #import <Foundation/Foundation.h> |
| 10 | 10 | ||
| 11 | -@interface NSUserDefaults (DSEMExtension) | 11 | +@interface NSUserDefaults (DSBaseModule) |
| 12 | 12 | ||
| 13 | /** | 13 | /** |
| 14 | * 用 NSUserDefaults 存储 | 14 | * 用 NSUserDefaults 存储 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UIColor+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UIColor+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// UIColor+DSEMExtension.h | 2 | +// UIColor+DSBaseModule.h |
| 3 | // DSCnliveShopSDK | 3 | // DSCnliveShopSDK |
| 4 | // | 4 | // |
| 5 | // Created by zhaolin on 2019/4/11. | 5 | // Created by zhaolin on 2019/4/11. |
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | 9 | ||
| 10 | NS_ASSUME_NONNULL_BEGIN | 10 | NS_ASSUME_NONNULL_BEGIN |
| 11 | 11 | ||
| 12 | -@interface UIColor (DSEMExtension) | 12 | +@interface UIColor (DSBaseModule) |
| 13 | 13 | ||
| 14 | #pragma mark - 16进制颜色获取 0x000000 或 #000000 | 14 | #pragma mark - 16进制颜色获取 0x000000 或 #000000 |
| 15 | 15 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UIImage+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UIImage+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// UIImage+DSEMExtension.h | 2 | +// UIImage+DSBaseModule.h |
| 3 | // BKProjectFramework | 3 | // BKProjectFramework |
| 4 | // | 4 | // |
| 5 | // Created by BIKE on 2018/7/11. | 5 | // Created by BIKE on 2018/7/11. |
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 | ||
| 11 | -@interface UIImage (DSEMExtension) | 11 | +@interface UIImage (DSBaseModule) |
| 12 | 12 | ||
| 13 | #pragma mark - 图片调整方向 | 13 | #pragma mark - 图片调整方向 |
| 14 | 14 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UIImageView+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UIImageView+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// UIImageView+DSEMExtension.h | 2 | +// UIImageView+DSBaseModule.h |
| 3 | // BKProjectFramework | 3 | // BKProjectFramework |
| 4 | // | 4 | // |
| 5 | // Created by BIKE on 2018/7/11. | 5 | // Created by BIKE on 2018/7/11. |
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 | ||
| 11 | -@interface UIImageView (DSEMExtension) | 11 | +@interface UIImageView (DSBaseModule) |
| 12 | 12 | ||
| 13 | #pragma mark - 虚线 | 13 | #pragma mark - 虚线 |
| 14 | 14 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UILabel+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UILabel+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// UILabel+DSEMExtension.h | 2 | +// UILabel+DSBaseModule.h |
| 3 | // BKProjectFramework | 3 | // BKProjectFramework |
| 4 | // | 4 | // |
| 5 | // Created by BIKE on 2018/10/8. | 5 | // Created by BIKE on 2018/10/8. |
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | 10 | ||
| 11 | NS_ASSUME_NONNULL_BEGIN | 11 | NS_ASSUME_NONNULL_BEGIN |
| 12 | 12 | ||
| 13 | -@interface UILabel (DSEMExtension) | 13 | +@interface UILabel (DSBaseModule) |
| 14 | 14 | ||
| 15 | #pragma mark - 计算文本大小 | 15 | #pragma mark - 计算文本大小 |
| 16 | 16 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UIScrollView+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UIScrollView+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// UIScrollView+DSEMExtension.h | 2 | +// UIScrollView+DSBaseModule.h |
| 3 | // DSCnliveShopSDK | 3 | // DSCnliveShopSDK |
| 4 | // | 4 | // |
| 5 | // Created by zhaolin on 2018/11/1. | 5 | // Created by zhaolin on 2018/11/1. |
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | 9 | ||
| 10 | NS_ASSUME_NONNULL_BEGIN | 10 | NS_ASSUME_NONNULL_BEGIN |
| 11 | 11 | ||
| 12 | -@interface UIScrollView (DSEMExtension) | 12 | +@interface UIScrollView (DSBaseModule) |
| 13 | 13 | ||
| 14 | #pragma mark - 页数 | 14 | #pragma mark - 页数 |
| 15 | 15 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UITextField+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UITextField+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// UITextField+DSEMExtension.h | 2 | +// UITextField+DSBaseModule.h |
| 3 | // BKProjectFramework | 3 | // BKProjectFramework |
| 4 | // | 4 | // |
| 5 | // Created by BIKE on 2018/10/9. | 5 | // Created by BIKE on 2018/10/9. |
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | 10 | ||
| 11 | NS_ASSUME_NONNULL_BEGIN | 11 | NS_ASSUME_NONNULL_BEGIN |
| 12 | 12 | ||
| 13 | -@interface UITextField (DSEMExtension) | 13 | +@interface UITextField (DSBaseModule) |
| 14 | 14 | ||
| 15 | /** | 15 | /** |
| 16 | 获取光标range | 16 | 获取光标range |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UIView+DSEMExtension.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/UIView+DSBaseModule.h
| 1 | // | 1 | // |
| 2 | -// UIView+DSEMExtension.h | 2 | +// UIView+DSBaseModule.h |
| 3 | // BKProjectFramework | 3 | // BKProjectFramework |
| 4 | // | 4 | // |
| 5 | // Created by BIKE on 2018/7/11. | 5 | // Created by BIKE on 2018/7/11. |
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | 11 | ||
| 12 | #define DS_showMessage(msg) [DS_APP_KEY_WINDOW showMessage:msg] | 12 | #define DS_showMessage(msg) [DS_APP_KEY_WINDOW showMessage:msg] |
| 13 | 13 | ||
| 14 | -@interface UIView (DSEMExtension) | 14 | +@interface UIView (DSBaseModule) |
| 15 | 15 | ||
| 16 | #pragma mark - 附加属性 | 16 | #pragma mark - 附加属性 |
| 17 | 17 |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Info.plist
No preview for this file type