We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2b0f9 commit b99ed33Copy full SHA for b99ed33
1 file changed
LTXiOSUtils.podspec
@@ -14,10 +14,8 @@ Pod::Spec.new do |s|
14
s.swift_version = ["5","4.2"]
15
# s.static_framework = true
16
17
- # 模块化,假如组件中有OC代码,需要模块化,就需要进行开启,并且配合public_header_files使用,其中public_header_files加入的.h文件会反映到umbrella.h文件中去,如果自己创建framework,就需要自己创建umbrella.h文件,将自己想要保留的oc .h文件加入进去
18
s.pod_target_xcconfig = {
19
- 'DEFINES_MODULE' => 'YES',
20
- 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
+ 'DEFINES_MODULE' => 'YES'
21
}
22
23
s.subspec 'Extension' do |extension|
0 commit comments