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
孙凯
6 years ago
Commit
30a053f79f56d95e4e58890adae2fb1be8c783c8
1 parent
f1727181
update YH_Analytics to 3.2.1 review by chenlin
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
React.podspec
React.podspec
View file @
30a053f
...
...
@@ -7,7 +7,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1'
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"React"
s
.
version
=
"1.0.
4
"
s
.
version
=
"1.0.
6
"
s
.
summary
=
package
[
"description"
]
s
.
description
=
<<-
DESC
React Native apps are built using the React JS
...
...
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
s
.
subspec
"Core"
do
|
ss
|
ss
.
dependency
"Yoga"
,
"
#{
package
[
"version"
]
}
.React"
ss
.
dependency
"YH_Analytics"
,
"3.2.
0
"
ss
.
dependency
"YH_Analytics"
,
"3.2.
1
"
ss
.
source_files
=
"React/**/*.{c,h,m,mm,S,cpp}"
ss
.
exclude_files
=
"**/__tests__/*"
,
"IntegrationTests/*"
,
...
...
Please
register
or
login
to post a comment