Commit d7d2e8e70e7b19489e3dd15d8714be35a90af69e
1 parent
1196b496
0.0.7
Showing
6 changed files
with
8 additions
and
7 deletions
DSExtensionModuleF.podspec
| 1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
| 2 | 2 | ||
| 3 | s.name = "DSExtensionModuleF" | 3 | s.name = "DSExtensionModuleF" |
| 4 | - s.version = "0.0.6" | 4 | + s.version = "0.0.7" |
| 5 | s.summary = "DSExtensionModuleF" | 5 | s.summary = "DSExtensionModuleF" |
| 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" } |
DSExtensionModuleF/Frameworks/DSExtensionModule.framework/DSExtensionModule
No preview for this file type
DSExtensionModuleF/Frameworks/DSExtensionModule.framework/Headers/DSExtensionModule-umbrella.h
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | #endif | 10 | #endif |
| 11 | #endif | 11 | #endif |
| 12 | 12 | ||
| 13 | -#import "DSExtensionModuleHeader.h" | 13 | +#import "DSExtensionModule.h" |
| 14 | #import "MKMapView+DSEMExtension.h" | 14 | #import "MKMapView+DSEMExtension.h" |
| 15 | #import "NSAttributedString+DSEMExtension.h" | 15 | #import "NSAttributedString+DSEMExtension.h" |
| 16 | #import "NSDate+DSEMExtension.h" | 16 | #import "NSDate+DSEMExtension.h" |
DSExtensionModuleF/Frameworks/DSExtensionModule.framework/Headers/DSExtensionModuleHeader.h renamed to DSExtensionModuleF/Frameworks/DSExtensionModule.framework/Headers/DSExtensionModule.h
| 1 | // | 1 | // |
| 2 | -// DSExtensionModuleHeader.h | 2 | +// DSExtensionModule.h |
| 3 | // DSExtensionModule | 3 | // DSExtensionModule |
| 4 | // | 4 | // |
| 5 | // Created by zhaolin on 2020/1/16. | 5 | // Created by zhaolin on 2020/1/16. |
| 6 | // Copyright © 2020 CNLive. All rights reserved. | 6 | // Copyright © 2020 CNLive. All rights reserved. |
| 7 | // | 7 | // |
| 8 | 8 | ||
| 9 | -#ifndef DSExtensionModuleHeader_h | ||
| 10 | -#define DSExtensionModuleHeader_h | 9 | +#ifndef DSExtensionModule_h |
| 10 | +#define DSExtensionModule_h | ||
| 11 | + | ||
| 12 | +#import <DSBaseModule/DSBaseModule.h> | ||
| 11 | 13 | ||
| 12 | #import "NSObject+DSEMExtension.h" | 14 | #import "NSObject+DSEMExtension.h" |
| 13 | #import "NSDate+DSEMExtension.h" | 15 | #import "NSDate+DSEMExtension.h" |
| @@ -23,4 +25,4 @@ | @@ -23,4 +25,4 @@ | ||
| 23 | #import "UIColor+DSEMExtension.h" | 25 | #import "UIColor+DSEMExtension.h" |
| 24 | #import "MKMapView+DSEMExtension.h" | 26 | #import "MKMapView+DSEMExtension.h" |
| 25 | 27 | ||
| 26 | -#endif /* DSExtensionModuleHeader_h */ | 28 | +#endif /* DSExtensionModule_h */ |
DSExtensionModuleF/Frameworks/DSExtensionModule.framework/Headers/UIView+DSEMExtension.h
| @@ -8,7 +8,6 @@ | @@ -8,7 +8,6 @@ | ||
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | #import <MBProgressHUD/MBProgressHUD.h> | 10 | #import <MBProgressHUD/MBProgressHUD.h> |
| 11 | -#import <DSBaseModule/DSBaseModuleHeader.h> | ||
| 12 | 11 | ||
| 13 | #define DS_showMessage(msg) [DS_APP_KEY_WINDOW showMessage:msg] | 12 | #define DS_showMessage(msg) [DS_APP_KEY_WINDOW showMessage:msg] |
| 14 | 13 |
DSExtensionModuleF/Frameworks/DSExtensionModule.framework/Info.plist
No preview for this file type