Skip to content

Commit f48839d

Browse files
author
garenwang
committed
fix:优化参数校验
1 parent 6e532f5 commit f48839d

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
2-
- QCloudCore (6.2.6):
3-
- QCloudCore/Default (= 6.2.6)
4-
- QCloudCore/Default (6.2.6)
5-
- QCloudCOSXML (6.2.6):
6-
- QCloudCOSXML/Default (= 6.2.6)
7-
- QCloudCOSXML/Default (6.2.6):
8-
- QCloudCore (= 6.2.6)
2+
- QCloudCore (6.2.7):
3+
- QCloudCore/Default (= 6.2.7)
4+
- QCloudCore/Default (6.2.7)
5+
- QCloudCOSXML (6.2.7):
6+
- QCloudCOSXML/Default (= 6.2.7)
7+
- QCloudCOSXML/Default (6.2.7):
8+
- QCloudCore (= 6.2.7)
99
- QCloudQuic (6.2.7):
1010
- QCloudQuic/Default (= 6.2.7)
1111
- QCloudQuic/Default (6.2.7)
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
2424
:path: "."
2525

2626
SPEC CHECKSUMS:
27-
QCloudCore: b99da67cb77dfbe5ce585bc1fea0911eaf2ddb82
28-
QCloudCOSXML: 1704d7acb332103ac2559ddd5cc50c80c1738f6a
27+
QCloudCore: 6fe4510cc29e3c4ab49630f03e832ebd4357d9d5
28+
QCloudCOSXML: edc4ab965668a0ed7661cfc1c77092c4c94f406e
2929
QCloudQuic: 55367f6cd5f13ead49c38339f43079358da9910a
3030

3131
PODFILE CHECKSUM: 87053f234f38ae6a394978f26bcb119015f9918e

QCloudCOSXML.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
s.name = "QCloudCOSXML"
33

44

5-
s.version = "6.2.6"
5+
s.version = "6.2.7"
66

77

88
s.summary = "QCloudCOSXML 腾讯云iOS-SDK组件"
@@ -22,15 +22,15 @@ s.version = "6.2.6"
2222
s.subspec 'Default' do |default|
2323
default.source_files = 'QCloudCOSXML/Classes/**/*','QCloudCOSXML/Classes/QCloudCOSXML/*'
2424

25-
default.dependency "QCloudCore",'6.2.6'
25+
default.dependency "QCloudCore",'6.2.7'
2626
end
2727
s.subspec 'Slim' do |slim|
2828
slim.source_files = 'QCloudCOSXML/Classes/**/*','QCloudCOSXML/Classes/QCloudCOSXML/*'
29-
slim.dependency "QCloudCore/WithoutMTA",'6.2.6'
29+
slim.dependency "QCloudCore/WithoutMTA",'6.2.7'
3030
end
3131
s.subspec 'Transfer' do |transfer|
3232
transfer.source_files = 'QCloudCOSXML/Classes/*','QCloudCOSXML/Classes/Transfer/**/*','QCloudCOSXML/Classes/Base/**/*'
33-
transfer.dependency "QCloudCore/WithoutMTA",'6.2.6'
33+
transfer.dependency "QCloudCore/WithoutMTA",'6.2.7'
3434

3535
end
3636

QCloudCOSXML/Classes/QCloudCOSXMLVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
#ifndef QCloudCOSXMLModuleVersion_h
77
#define QCloudCOSXMLModuleVersion_h
8-
#define QCloudCOSXMLModuleVersionNumber 602006
8+
#define QCloudCOSXMLModuleVersionNumber 602007
99

1010
//dependency
1111

1212
//
1313
FOUNDATION_EXTERN NSString * const QCloudCOSXMLModuleVersion;
1414
FOUNDATION_EXTERN NSString * const QCloudCOSXMLModuleName;
1515

16-
#endif
16+
#endif

QCloudCOSXML/Classes/QCloudCOSXMLVersion.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "QCloudCOSXMLVersion.h"
2-
NSString * const QCloudCOSXMLModuleVersion = @"6.2.6";
2+
NSString * const QCloudCOSXMLModuleVersion = @"6.2.7";
33
NSString * const QCloudCOSXMLModuleName = @"QCloudCOSXML";
44
@interface QCloudQCloudCOSXMLLoad : NSObject
55
@end
@@ -26,4 +26,4 @@ + (void) load
2626
#pragma clang diagnostic pop
2727
}
2828
}
29-
@end
29+
@end
Binary file not shown.

QCloudCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.name = "QCloudCore"
1111

1212

13-
s.version = "6.2.6"
13+
s.version = "6.2.7"
1414

1515

1616

QCloudCore/Classes/Base/QCloudCoreVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
#ifndef QCloudCoreModuleVersion_h
77
#define QCloudCoreModuleVersion_h
8-
#define QCloudCoreModuleVersionNumber 602006
8+
#define QCloudCoreModuleVersionNumber 602007
99

1010
//dependency
1111

1212
//
1313
FOUNDATION_EXTERN NSString * const QCloudCoreModuleVersion;
1414
FOUNDATION_EXTERN NSString * const QCloudCoreModuleName;
1515

16-
#endif
16+
#endif

QCloudCore/Classes/Base/QCloudCoreVersion.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "QCloudCoreVersion.h"
2-
NSString * const QCloudCoreModuleVersion = @"6.2.6";
2+
NSString * const QCloudCoreModuleVersion = @"6.2.7";
33
NSString * const QCloudCoreModuleName = @"QCloudCore";
44
@interface QCloudQCloudCoreLoad : NSObject
55
@end
@@ -26,4 +26,4 @@ + (void) load
2626
#pragma clang diagnostic pop
2727
}
2828
}
29-
@end
29+
@end

0 commit comments

Comments
 (0)