Skip to content

Commit 6919e30

Browse files
author
garenwang
committed
podspec修改
1 parent 6ea16f6 commit 6919e30

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ SPEC CHECKSUMS:
5050
QCloudCore: bac15e68fc43dc3409905f290543fcef4d8eba52
5151
QCloudCOSXML: 886d52f482c7108604b3ffef5476cf28c502af97
5252
QCloudQuic: 840f529d7e8adf058e28405106ccb01fd920548b
53-
QCloudTrack: 80793d9d9b272249978e196db03c56fa33022fc0
53+
QCloudTrack: a1e25308ead00d58db596b8564c7f197a8a06102
5454
TencentCloudLogProducer: 980e6a4b9ed49b7b3f41779203be5e4ba1b03b95
5555

5656
PODFILE CHECKSUM: 469848875513aa1180afa1e3751e2d873841a154
Binary file not shown.

QCloudCore.podspec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,27 @@ QCloudCore--腾讯云iOS-SDK Foundation。提供腾讯云iOS相关SDK的基础
3535
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
3636
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3737
s.ios.deployment_target = '9.0'
38-
s.osx.deployment_target = "10.12"
3938
s.frameworks ='CoreMedia', "Accelerate", "SystemConfiguration"
4039
s.libraries = "z","c++"
4140
s.static_framework = true
4241
s.default_subspec = 'Default'
4342
s.subspec 'Default' do |default|
43+
default.ios.deployment_target = '9.0'
44+
default.osx.deployment_target = "10.12"
4445
default.source_files = 'QCloudCore/Classes/Base/**/*'
4546
default.dependency "QCloudTrack/Beacon","6.3.5"
4647
end
4748

4849
s.subspec 'WithoutMTA' do |withoutMTA|
50+
withoutMTA.ios.deployment_target = '9.0'
51+
withoutMTA.osx.deployment_target = "10.12"
4952
withoutMTA.source_files = 'QCloudCore/Classes/Base/**/*'
5053
end
5154

5255
s.subspec 'DNSLoader' do |tdns|
56+
tdns.ios.deployment_target = '9.0'
5357
tdns.dependency "MSDKDns_C11";
5458
tdns.dependency "QCloudCore/WithoutMTA";
55-
tdns.source_files = 'Pod/Classes/DNSLoader/*';
59+
tdns.source_files = 'QCloudCore/Classes/DNSLoader/*';
5660
end
5761
end

QCloudQuic.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ TODO: Add long description of the pod here.aaa
3333
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
3434
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3535
s.ios.deployment_target = '9.0'
36+
s.osx.deployment_target = "10.12"
3637
s.static_framework = true
3738
s.default_subspec = 'Default'
3839
s.subspec 'Default' do |default|

0 commit comments

Comments
 (0)