Commit 5a8dd1db8261dfca4e54f6a0f841fd4e41faa190

Authored by 毕珂
1 parent 516fc1cd

移除DSTextView DSGradientView

DSToolsModuleF.podspec
1 1 Pod::Spec.new do |s|
2 2  
3 3 s.name = "DSToolsModuleF"
4   - s.version = "0.0.30"
  4 + s.version = "0.0.31"
5 5 s.summary = "DSToolsModuleF"
6 6 s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam"
7 7 s.authors = { "DSIOSTeam" => "694092596@qq.com" }
... ...
DSToolsModuleF/Frameworks/DSToolsModule.framework/DSToolsModule
No preview for this file type
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSGradientView.h deleted 100644 → 0
1   -//
2   -// DSGradientView.h
3   -// DSCnliveShopSDK
4   -//
5   -// Created by zhaolin on 2019/8/19.
6   -// Copyright © 2019 BIKE. All rights reserved.
7   -//
8   -
9   -#import <UIKit/UIKit.h>
10   -
11   -NS_ASSUME_NONNULL_BEGIN
12   -
13   -@interface DSGradientView : UIView
14   -
15   -/**
16   - 颜色数组
17   - */
18   -@property (nonatomic, copy) NSArray<UIColor*> * colors;
19   -/**
20   - 起点
21   - */
22   -@property (nonatomic, assign) CGPoint startPoint;
23   -/**
24   - 终点
25   - */
26   -@property (nonatomic, assign) CGPoint endPoint;
27   -/**
28   - 透明度
29   - */
30   -@property (nonatomic, assign) float opacity;
31   -
32   -@end
33   -
34   -NS_ASSUME_NONNULL_END
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSTextView.h deleted 100644 → 0
1   -//
2   -// DSTextView.h
3   -// DSCnliveShopSDK
4   -//
5   -// Created by zhaolin on 2018/10/24.
6   -//
7   -
8   -#import <UIKit/UIKit.h>
9   -
10   -NS_ASSUME_NONNULL_BEGIN
11   -
12   -@interface DSTextView : UITextView
13   -
14   -@property (nonatomic,copy) NSString * placeholder;
15   -@property (nonatomic,strong) UIColor * placeholderColor;
16   -
17   -@end
18   -
19   -NS_ASSUME_NONNULL_END
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModule-umbrella.h
... ... @@ -37,7 +37,6 @@
37 37 #import "DSToolsModuleProtocol.h"
38 38 #import "DSCollectionViewFluidLayout.h"
39 39 #import "DSFileManager.h"
40   -#import "DSGradientView.h"
41 40 #import "DSLocationManager.h"
42 41 #import "DSMapSearchModel.h"
43 42 #import "DSMapSearchViewController.h"
... ... @@ -53,7 +52,6 @@
53 52 #import "DSSelectUploadImageViewEnum.h"
54 53 #import "DSSelUplSingleImageView.h"
55 54 #import "DSSwitchView.h"
56   -#import "DSTextView.h"
57 55  
58 56 FOUNDATION_EXPORT double DSToolsModuleVersionNumber;
59 57 FOUNDATION_EXPORT const unsigned char DSToolsModuleVersionString[];
... ...
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/DSToolsModule.h
... ... @@ -23,12 +23,8 @@
23 23  
24 24 #import "DSCollectionViewFluidLayout.h"
25 25  
26   -#import "DSGradientView.h"
27   -
28 26 #import "DSNetworkRequest.h"
29 27  
30   -#import "DSTextView.h"
31   -
32 28 #import "DSFileManager.h"
33 29  
34 30 #import "DSQiNiuUploadManager.h"
... ...
DSToolsModuleF/Frameworks/DSToolsModule.framework/Info.plist
No preview for this file type