Commit 483478f673936a87bc5220e46bda910e7e2277cf
1 parent
33b99140
0.0.12
Showing
5 changed files
with
9 additions
and
41 deletions
DSToolsModuleF.podspec
| 1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
| 2 | 2 | ||
| 3 | s.name = "DSToolsModuleF" | 3 | s.name = "DSToolsModuleF" |
| 4 | - s.version = "0.0.9" | 4 | + s.version = "0.0.12" |
| 5 | s.summary = "DSToolsModuleF" | 5 | s.summary = "DSToolsModuleF" |
| 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" } |
DSToolsModuleF/Frameworks/DSToolsModule.framework/DSToolsModule
No preview for this file type
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModule-umbrella.h
| @@ -43,7 +43,7 @@ | @@ -43,7 +43,7 @@ | ||
| 43 | #import "DSRoundedRectView.h" | 43 | #import "DSRoundedRectView.h" |
| 44 | #import "UIView+DSRoundedRectView.h" | 44 | #import "UIView+DSRoundedRectView.h" |
| 45 | #import "DSTextView.h" | 45 | #import "DSTextView.h" |
| 46 | -#import "DSToolsModuleHeader.h" | 46 | +#import "DSToolsModule.h" |
| 47 | 47 | ||
| 48 | FOUNDATION_EXPORT double DSToolsModuleVersionNumber; | 48 | FOUNDATION_EXPORT double DSToolsModuleVersionNumber; |
| 49 | FOUNDATION_EXPORT const unsigned char DSToolsModuleVersionString[]; | 49 | FOUNDATION_EXPORT const unsigned char DSToolsModuleVersionString[]; |
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModuleHeader.h renamed to DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModule.h
| 1 | // | 1 | // |
| 2 | -// DSToolsModuleHeader.h | 2 | +// DSToolsModule.h |
| 3 | // DSToolsModule | 3 | // DSToolsModule |
| 4 | // | 4 | // |
| 5 | // Created by zhaolin on 2020/2/20. | 5 | // Created by zhaolin on 2020/2/20. |
| 6 | // | 6 | // |
| 7 | 7 | ||
| 8 | -#ifndef DSToolsModuleHeader_h | ||
| 9 | -#define DSToolsModuleHeader_h | 8 | +#ifndef DSToolsModule_h |
| 9 | +#define DSToolsModule_h | ||
| 10 | 10 | ||
| 11 | -#if __has_include("BKCycleScrollView.h") | ||
| 12 | -#import "BKCycleScrollView.h" | ||
| 13 | -#endif | 11 | +#import <DSBaseModule/DSBaseModule.h> |
| 12 | +#import <DSExtensionModule/DSExtensionModule.h> | ||
| 14 | 13 | ||
| 15 | -#if __has_include("BKPageControlView.h") | 14 | +#import "BKCycleScrollView.h" |
| 16 | #import "BKPageControlView.h" | 15 | #import "BKPageControlView.h" |
| 17 | -#endif | ||
| 18 | - | ||
| 19 | -#if __has_include("BKPickerView.h") | ||
| 20 | #import "BKPickerView.h" | 16 | #import "BKPickerView.h" |
| 21 | -#endif | ||
| 22 | - | ||
| 23 | -#if __has_include("BKTimer.h") | ||
| 24 | #import "BKTimer.h" | 17 | #import "BKTimer.h" |
| 25 | -#endif | ||
| 26 | - | ||
| 27 | -#if __has_include("DSAlertView.h") | ||
| 28 | #import "DSAlertView.h" | 18 | #import "DSAlertView.h" |
| 29 | -#endif | ||
| 30 | - | ||
| 31 | -#if __has_include("DSCollectionViewFluidLayout.h") | ||
| 32 | #import "DSCollectionViewFluidLayout.h" | 19 | #import "DSCollectionViewFluidLayout.h" |
| 33 | -#endif | ||
| 34 | - | ||
| 35 | -#if __has_include("DSGradientView.h") | ||
| 36 | #import "DSGradientView.h" | 20 | #import "DSGradientView.h" |
| 37 | -#endif | ||
| 38 | - | ||
| 39 | -#if __has_include("DSImageManager.h") | ||
| 40 | #import "DSImageManager.h" | 21 | #import "DSImageManager.h" |
| 41 | -#endif | ||
| 42 | - | ||
| 43 | -#if __has_include("DSLocationManager.h") | ||
| 44 | #import "DSLocationManager.h" | 22 | #import "DSLocationManager.h" |
| 45 | -#endif | ||
| 46 | - | ||
| 47 | -#if __has_include("DSNetworkRequest.h") | ||
| 48 | #import "DSNetworkRequest.h" | 23 | #import "DSNetworkRequest.h" |
| 49 | #import "NSDate+DSNetworkRequest.h" | 24 | #import "NSDate+DSNetworkRequest.h" |
| 50 | -#endif | ||
| 51 | - | ||
| 52 | -#if __has_include("DSRoundedRectView.h") | ||
| 53 | #import "DSRoundedRectView.h" | 25 | #import "DSRoundedRectView.h" |
| 54 | #import "UIView+DSRoundedRectView.h" | 26 | #import "UIView+DSRoundedRectView.h" |
| 55 | -#endif | ||
| 56 | - | ||
| 57 | -#if __has_include("DSTextView.h") | ||
| 58 | #import "DSTextView.h" | 27 | #import "DSTextView.h" |
| 59 | -#endif | ||
| 60 | 28 | ||
| 61 | -#endif /* DSToolsModuleHeader_h */ | 29 | +#endif /* DSToolsModule_h */ |
DSToolsModuleF/Frameworks/DSToolsModule.framework/Info.plist
No preview for this file type