Commit 283e74e0e6ecab58791727bbc156ee55654e550a

Authored by 梁星国
1 parent 8f7f7dd2

更改

CNLiveUploadManager.podspec
... ... @@ -92,7 +92,7 @@ TODO:加入压缩测试
92 92 # Not including the public_header_files will make all headers public.
93 93 #
94 94  
95   - s.source_files = "CNLiveUploadManager/*" #文件路径
  95 + s.source_files = "CNLiveUploadManager/**/*" #文件路径
96 96 s.exclude_files = "Classes/Exclude"
97 97  
98 98 # s.public_header_files = "Classes/**/*.h"
... ...
CNLiveUploadManager/压缩图片/PHAsset+zipData.h
... ... @@ -7,7 +7,7 @@
7 7 //
8 8  
9 9 #import <Photos/Photos.h>
10   -#import <PLShortVideoKit/PLShortVideoKit.h>
  10 +
11 11 @class CNLiveUploadModel;
12 12  
13 13 NS_ASSUME_NONNULL_BEGIN
... ...