Skip to content

Commit

Permalink
chore(ios): resolve podspec lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg committed Jun 20, 2024
1 parent 8065ebf commit 7e16653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hippy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ Pod::Spec.new do |s|
}
driver.dependency 'hippy/Footstone'
driver.dependency 'hippy/Dom'
end
driver.dependency 'hippy/VFS'
end

s.subspec 'Dom' do |dom|
dom_source_files = Array['dom/include/**/*.h', 'dom/src/**/*.cc']
Expand Down

0 comments on commit 7e16653

Please sign in to comment.