Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jingpeng committed Jan 31, 2022
1 parent 8981b8e commit 05629d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dangle.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Pod::Spec.new do |s|

s.subspec 'jsi' do |mm|
mm.source_files = 'common/jsi/jsi.h', 'common/jsi/jsi.cpp', 'common/jsi/instrumentation.h', 'common/jsi/jsi-inl.h', 'common/jsi/jsilib.h'
mm.header_dir = 'jsi'
mm.public_header_files = 'common/jsi/jsi.h', 'common/jsi/instrumentation.h', 'common/jsi/jsi-inl.h', 'common/jsi/jsilib.h'
mm.header_mappings_dir = 'common'
mm.xcconfig = { 'ALWAYS_SEARCH_USER_PATHS' => 'NO' }
end

s.subspec 'Engine' do |mm|
Expand Down

0 comments on commit 05629d9

Please sign in to comment.