Skip to content

Commit 8000cb6

Browse files
committed
Update QuickWebKit.podspec
1 parent afc1006 commit 8000cb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

QuickWebKit.podspec

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Pod::Spec.new do |s|
2525
s.dependency 'Popover.OC'
2626

2727
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
28+
29+
s.xcconfig = {
30+
'VALID_ARCHS' => 'armv7 armv7s x86_64 arm64',
31+
}
2832

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

0 commit comments

Comments
 (0)