File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 11PODS:
2- - QCloudCore (5.8.1 ):
3- - QCloudCore/Default (= 5.8.1 )
4- - QCloudCore/Default (5.8.1 )
5- - QCloudCOSXML (5.8.1 ):
6- - QCloudCOSXML/Default (= 5.8.1 )
7- - QCloudCOSXML/Default (5.8.1 ):
8- - QCloudCore (= 5.8.1 )
2+ - QCloudCore (5.8.3 ):
3+ - QCloudCore/Default (= 5.8.3 )
4+ - QCloudCore/Default (5.8.3 )
5+ - QCloudCOSXML (5.8.3 ):
6+ - QCloudCOSXML/Default (= 5.8.3 )
7+ - QCloudCOSXML/Default (5.8.3 ):
8+ - QCloudCore (= 5.8.3 )
99
1010DEPENDENCIES:
1111 - QCloudCore (from `.`)
@@ -18,8 +18,8 @@ EXTERNAL SOURCES:
1818 :path: "."
1919
2020SPEC CHECKSUMS:
21- QCloudCore: 93533feb89e59494ec6e93153ae148b1f4f5180d
22- QCloudCOSXML: a7abb2754f59f7ae34a847ac94ed8c0f372f5137
21+ QCloudCore: b490b9a2f5f79dbdd681d44ef3403a918a6ecd31
22+ QCloudCOSXML: 8aaae9b91e9b2d92a8dd0c2479c77d8ef6f30f31
2323
2424PODFILE CHECKSUM: 384b99448c6c2fa2f931b43a3eacbd13f1ec5751
2525
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ s.version = "5.8.3"
1010 s . author = { "QCloud Terminal Team" => "QCloudTerminalTeam" }
1111 s . source = { :git => "https://github.com/tencentyun/qcloud-sdk-ios.git" , :tag => s . version . to_s }
1212 s . pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
13+ s . user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
1314 s . ios . deployment_target = '8.0'
1415 s . osx . deployment_target = "10.12"
1516
Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ QCloudCore--腾讯云iOS-SDK Foundation。提供腾讯云iOS相关SDK的基础
2929 s . author = { "QCloud Terminal Team" => "QCloudTerminalTeam" }
3030 s . source = { :git => "https://github.com/tencentyun/qcloud-sdk-ios.git" , :tag => s . version . to_s }
3131 s . pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
32+ s . user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
3233 # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3334 s . ios . deployment_target = '8.0'
3435 s . osx . deployment_target = "10.12"
35- s . frameworks = 'CoreMedia' , "Accelerate" , "SystemConfiguration"
36+ s . frameworks = 'CoreMedia' , "Accelerate" , "SystemConfiguration"
3637 s . libraries = "z" , "c++"
3738 s . static_framework = true
38-
3939 s . default_subspec = 'Default'
4040 s . subspec 'Default' do |default |
4141 default . source_files = 'QCloudCore/Classes/Base/**/*'
42- default . vendored_frameworks = 'QCloudCore/Classes/BeaconFramework/BeaconAPI_Base.framework' , 'QCloudCore/Classes/BeaconFramework/BeaconId.framework'
42+ default . ios . vendored_frameworks = 'QCloudCore/Classes/BeaconFramework/BeaconAPI_Base.framework' , 'QCloudCore/Classes/BeaconFramework/BeaconId.framework'
4343 end
4444 s . subspec 'WithoutMTA' do |withoutMTA |
4545 withoutMTA . source_files = 'QCloudCore/Classes/Base/**/*'
You can’t perform that action at this time.
0 commit comments