Skip to content

Commit 88762b6

Browse files
author
garenwang
committed
fix:一些修改
1 parent 3883bb5 commit 88762b6

File tree

3 files changed

+13
-19
lines changed

3 files changed

+13
-19
lines changed

Podfile.lock

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
PODS:
2-
- QCloudCore (6.2.5):
3-
- QCloudCore/Default (= 6.2.5)
4-
- QCloudCore/Default (6.2.5)
5-
- QCloudCOSXML (6.2.5):
6-
- QCloudCOSXML/Default (= 6.2.5)
7-
- QCloudCOSXML/Default (6.2.5):
8-
- QCloudCore (= 6.2.5)
9-
- QCloudQuic (6.2.5):
10-
- QCloudQuic/Default (= 6.2.5)
11-
- QCloudQuic/Default (6.2.5):
12-
- QCloudCOSXML (= 6.2.5)
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)
9+
- QCloudQuic (6.2.6):
10+
- QCloudQuic/Default (= 6.2.6)
11+
- QCloudQuic/Default (6.2.6)
1312

1413
DEPENDENCIES:
1514
- QCloudCore (from `.`)
@@ -25,9 +24,9 @@ EXTERNAL SOURCES:
2524
:path: "."
2625

2726
SPEC CHECKSUMS:
28-
QCloudCore: 81d649400ba861fc8e182d135b567d8eefe09e65
29-
QCloudCOSXML: 4cab311d08a8df863db977d397e67f4dac27a39b
30-
QCloudQuic: 970091ec3b0b09dd6147d2374a35b615255e931d
27+
QCloudCore: 611b7f24b56c1937693a21492044bbf56bdd8836
28+
QCloudCOSXML: 1704d7acb332103ac2559ddd5cc50c80c1738f6a
29+
QCloudQuic: b76e2c2641a6e94464762fb3b5a32c882bd09eb7
3130

3231
PODFILE CHECKSUM: 87053f234f38ae6a394978f26bcb119015f9918e
3332

Binary file not shown.

QCloudCore.podspec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,4 @@ QCloudCore--腾讯云iOS-SDK Foundation。提供腾讯云iOS相关SDK的基础
4747
s.subspec 'WithoutMTA' do |withoutMTA|
4848
withoutMTA.source_files = 'QCloudCore/Classes/Base/**/*'
4949
end
50-
s.subspec 'DNSLoader' do |tdns|
51-
tdns.dependency "MSDKDns_C11";
52-
tdns.dependency "QCloudCore/WithoutMTA";
53-
tdns.source_files = 'QCloudCore/Classes/DNSLoader/*';
54-
end
5550
end

0 commit comments

Comments
 (0)