Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
react
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lixia.zhang
7 years ago
Commit
4a01010d85d395fe99f8ce3db2cd7068f4532aa9
1 parent
fa8a0278
添加相关依赖
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
React.podspec
React.podspec
View file @
4a01010
...
...
@@ -35,7 +35,8 @@ Pod::Spec.new do |s|
s
.
subspec
"Core"
do
|
ss
|
ss
.
dependency
"Yoga"
,
"
#{
package
[
"version"
]
}
.React"
ss
.
source_files
=
"React/**/*.{c,h,m,mm,S,cpp}"
ss
.
dependency
"YH_Analytics"
,
"3.1.6"
ss
.
source_files
=
"React/**/*.{c,h,m,mm,S,cpp},"
ss
.
exclude_files
=
"**/__tests__/*"
,
"IntegrationTests/*"
,
"React/DevSupport/*"
,
...
...
@@ -54,6 +55,11 @@ Pod::Spec.new do |s|
ss
.
framework
=
"JavaScriptCore"
ss
.
libraries
=
"stdc++"
ss
.
pod_target_xcconfig
=
{
"HEADER_SEARCH_PATHS"
=>
"
\"
$(PODS_TARGET_SRCROOT)/ReactCommon
\"
"
}
ss
.
xcconfig
=
{
"HEADER_SEARCH_PATHS"
=>
[
"${PODS_ROOT}/../YH_Mall/Controls/YH_ThemeManager.{h,m}"
,
"${PODS_ROOT}/../YH_Mall_iPhone/Views/Custom/YH_ThemeButton.{h,m}"
,
].
join
(
' '
)
}
end
s
.
subspec
"CxxBridge"
do
|
ss
|
...
...
Please
register
or
login
to post a comment