Skip to content

Commit d446015

Browse files
author
garenwang
committed
6.3.8
1 parent 03846c8 commit d446015

File tree

11 files changed

+33
-33
lines changed

11 files changed

+33
-33
lines changed

Podfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
PODS:
22
- GMOpenSSL (2.2.9)
3-
- QCloudCore (6.3.7):
4-
- QCloudCore/Default (= 6.3.7)
5-
- QCloudCore/Default (6.3.7):
6-
- QCloudTrack/Beacon (= 6.3.7)
7-
- QCloudCOSXML (6.3.7):
8-
- QCloudCOSXML/Default (= 6.3.7)
9-
- QCloudCOSXML/Default (6.3.7):
10-
- QCloudCore (= 6.3.7)
3+
- QCloudCore (6.3.8):
4+
- QCloudCore/Default (= 6.3.8)
5+
- QCloudCore/Default (6.3.8):
6+
- QCloudTrack/Beacon (= 6.3.8)
7+
- QCloudCOSXML (6.3.8):
8+
- QCloudCOSXML/Default (= 6.3.8)
9+
- QCloudCOSXML/Default (6.3.8):
10+
- QCloudCore (= 6.3.8)
1111
- QCloudQuic (6.3.7):
1212
- QCloudQuic/Default (= 6.3.7)
1313
- QCloudQuic/Default (6.3.7)
14-
- QCloudTrack (6.3.7):
15-
- QCloudTrack/Default (= 6.3.7)
16-
- QCloudTrack/Beacon (6.3.7)
17-
- QCloudTrack/Cls (6.3.7):
14+
- QCloudTrack (6.3.8):
15+
- QCloudTrack/Default (= 6.3.8)
16+
- QCloudTrack/Beacon (6.3.8)
17+
- QCloudTrack/Cls (6.3.8):
1818
- TencentCloudLogProducer
19-
- QCloudTrack/Default (6.3.7)
19+
- QCloudTrack/Default (6.3.8)
2020
- TencentCloudLogProducer (1.0.9):
2121
- TencentCloudLogProducer/Core (= 1.0.9)
2222
- TencentCloudLogProducer/Core (1.0.9):
@@ -47,10 +47,10 @@ EXTERNAL SOURCES:
4747

4848
SPEC CHECKSUMS:
4949
GMOpenSSL: d6d119ff8f00d4e03c2cdf733fb61e98e22da9c7
50-
QCloudCore: 1316c60dbc3c308d7d90d3406a4a735e43b03c42
51-
QCloudCOSXML: 2f4c36887311276014e7c9b70ea235ea29f975d8
50+
QCloudCore: 0cfb5143891d1de7be24edc0390888b8aa5379ff
51+
QCloudCOSXML: 05062998f508165d9772aa7c13b70222e01a903a
5252
QCloudQuic: 895ccf08046ecf068a6f965831dd16fc7d531fb4
53-
QCloudTrack: 982de11957a02039e9e6fc1957e30d48f217aa56
53+
QCloudTrack: a376be9c83c01a87251dad793e5b336f7e9a05f5
5454
TencentCloudLogProducer: 980e6a4b9ed49b7b3f41779203be5e4ba1b03b95
5555

5656
PODFILE CHECKSUM: 469848875513aa1180afa1e3751e2d873841a154

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.3.7"
5+
s.version = "6.3.8"
66

77

88
s.summary = "QCloudCOSXML 腾讯云iOS-SDK组件"
@@ -20,15 +20,15 @@ s.version = "6.3.7"
2020
s.default_subspec = 'Default'
2121
s.subspec 'Default' do |default|
2222
default.source_files = 'QCloudCOSXML/Classes/**/*','QCloudCOSXML/Classes/QCloudCOSXML/*'
23-
default.dependency "QCloudCore",'6.3.7'
23+
default.dependency "QCloudCore",'6.3.8'
2424
end
2525
s.subspec 'Slim' do |slim|
2626
slim.source_files = 'QCloudCOSXML/Classes/**/*','QCloudCOSXML/Classes/QCloudCOSXML/*'
27-
slim.dependency "QCloudCore/WithoutMTA",'6.3.7'
27+
slim.dependency "QCloudCore/WithoutMTA",'6.3.8'
2828
end
2929
s.subspec 'Transfer' do |transfer|
3030
transfer.source_files = 'QCloudCOSXML/Classes/*','QCloudCOSXML/Classes/Transfer/**/*','QCloudCOSXML/Classes/Base/**/*'
31-
transfer.dependency "QCloudCore/WithoutMTA",'6.3.7'
31+
transfer.dependency "QCloudCore/WithoutMTA",'6.3.8'
3232

3333
end
3434

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 603007
8+
#define QCloudCOSXMLModuleVersionNumber 603008
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.3.7";
2+
NSString * const QCloudCOSXMLModuleVersion = @"6.3.8";
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: 2 additions & 2 deletions
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.3.7"
13+
s.version = "6.3.8"
1414

1515

1616

@@ -44,7 +44,7 @@ QCloudCore--腾讯云iOS-SDK Foundation。提供腾讯云iOS相关SDK的基础
4444
default.ios.deployment_target = '9.0'
4545
default.osx.deployment_target = "10.12"
4646
default.source_files = 'QCloudCore/Classes/Base/**/*'
47-
default.dependency "QCloudTrack/Beacon","6.3.7"
47+
default.dependency "QCloudTrack/Beacon","6.3.8"
4848
end
4949

5050
s.subspec 'WithoutMTA' do |withoutMTA|

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 603007
8+
#define QCloudCoreModuleVersionNumber 603008
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.3.7";
2+
NSString * const QCloudCoreModuleVersion = @"6.3.8";
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

QCloudTrack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "QCloudTrack"
11-
s.version = "6.3.7"
11+
s.version = "6.3.8"
1212
s.summary = "QCloudTrack 腾讯云iOS-SDK组件"
1313

1414
# This description is used to generate tags and improve search results.

QCloudTrack/Classes/QCloudTrackVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#ifndef QCloudTrackModuleVersion_h
77
#define QCloudTrackModuleVersion_h
8-
#define QCloudTrackModuleVersionNumber 603007
8+
#define QCloudTrackModuleVersionNumber 603008
99

1010
//dependency
1111

0 commit comments

Comments
 (0)