Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit eda45b3

Browse files
jianhan-hezshshr
authored andcommitted
[iOS] remove javascriptcore include from WeexSDK.podspec
1 parent d8ed280 commit eda45b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WeexSDK.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Pod::Spec.new do |s|
5151
'weex_core/Source/base/crash',
5252
'weex_core/Source/base/utils',
5353
'weex_core/Source/third_party/IPC',
54-
'weex_core/Source/core/network/android/'
54+
'weex_core/Source/core/network/android/',
55+
'weex_core/Source/include/JavaScriptCore/',
56+
'weex_core/Source/include/wtf'
5557

5658
s.private_header_files = 'ios/sdk/WeexSDK/Sources/Component/RecycleList/WXJSASTParser.h'
5759
s.public_header_files = 'ios/sdk/WeexSDK/Sources/WeexSDK.h',

0 commit comments

Comments
 (0)