File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments