Commit 781b09b4 authored by GoldMask's avatar GoldMask

fixed

parent badfd044
......@@ -47,10 +47,14 @@ Pod::Spec.new do |s|
#电商套件媒体图片库实现外部依赖(媒体自由注入实现 这里只是举例)
s.dependency 'SSZipArchive'
s.dependency 'SDWebImage'
s.vendored_frameworks = '${PROJECT_DIR}/Source/framework/AlibcTradeUltimateSDK.framework'
s.static_framework = true
s.libraries = "resolv"
search_paths = [
#Podfile使用指定路径链接
'${PROJECT_DIR}/Source/framework/AlibcTradeUltimateSDK.framework/Headers'
]
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment