Skip to content

Commit

Permalink
Update QuickWebKit.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjbird committed Jun 17, 2022
1 parent afc1006 commit 8000cb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions QuickWebKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Pod::Spec.new do |s|
s.dependency 'Popover.OC'

s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }

s.xcconfig = {
'VALID_ARCHS' => 'armv7 armv7s x86_64 arm64',
}

s.subspec 'QuickWebViewController' do |ss|
ss.source_files = 'QuickWebKit/QuickWebKit.h', 'QuickWebKit/QuickWebKitDefines', 'QuickWebKit/QuickWebUtil', 'QuickWebKit/QuickWebCore'
Expand Down

0 comments on commit 8000cb6

Please sign in to comment.