Skip to content

Commit e8dd1d4

Browse files
author
karisli
committed
podspec修复
1 parent a2b46de commit e8dd1d4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

QCloudQuic.podspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ TODO: Add long description of the pod here.aaa
2626
s.license = 'MIT'
2727
s.author = { "QCloudTerminalLab" => "[email protected]" }
2828
s.source = { :git => "https://github.com/tencentyun/qcloud-sdk-ios.git", :tag => s.version.to_s }
29+
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
2930
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3031
s.ios.deployment_target = '8.0'
31-
s.source_files = 'Pod/Classes/QCloudBase/**/*','Pod/Classes/QuicFramework//*.{h}'
32-
s.vendored_frameworks = 'Pod/Classes/QuicFramework/Tquic.framework'
33-
# s.public_header_files = 'Pod/Classes/**/*.h'
34-
# s.frameworks = 'UIKit', 'MapKit'
35-
# s.dependency 'AFNetworking', '~> 2.3'
32+
s.source_files = 'QCloudQuic/Classes/QCloudBase/**/*','QCloudQuic/Classes/QuicFramework//*.{h}'
33+
s.vendored_frameworks = 'QCloudQuic/Classes/QuicFramework/Tquic.framework'
3634
s.static_framework = true
3735

3836

0 commit comments

Comments
 (0)