Skip to content

Commit b99ed33

Browse files
authored
Update LTXiOSUtils.podspec
1 parent bb2b0f9 commit b99ed33

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

LTXiOSUtils.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ Pod::Spec.new do |s|
1414
s.swift_version = ["5","4.2"]
1515
# s.static_framework = true
1616

17-
# 模块化,假如组件中有OC代码,需要模块化,就需要进行开启,并且配合public_header_files使用,其中public_header_files加入的.h文件会反映到umbrella.h文件中去,如果自己创建framework,就需要自己创建umbrella.h文件,将自己想要保留的oc .h文件加入进去
1817
s.pod_target_xcconfig = {
19-
'DEFINES_MODULE' => 'YES',
20-
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
18+
'DEFINES_MODULE' => 'YES'
2119
}
2220

2321
s.subspec 'Extension' do |extension|

0 commit comments

Comments
 (0)