Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hhvDoctorSDK.ios
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangguolei
2023-03-27 17:20:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
02aec9921a5ed03a79cfa0d596d0a05a528bd2c9
02aec992
1 parent
8d0e9699
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
HHVDoctorSDK.podspec
HHVDoctorSDK.podspec
View file @
02aec99
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"HHVDoctorSDK"
s
.
version
=
"3.6.2.032714
39
"
s
.
version
=
"3.6.2.032714
42
"
s
.
summary
=
"和缓视频医生 SDK"
s
.
description
=
<<-
DESC
...
...
@@ -22,8 +22,12 @@ Pod::Spec.new do |s|
s
.
vendored_frameworks
=
'HHVDoctorSDK/*.framework'
,
'HHVDoctorSDK/*.xcframework'
s
.
resources
=
'HHVDoctorSDK/resources/*.bundle'
s
.
user_target_xcconfig
=
{
'ENABLE_BITCODE'
=>
'NO'
}
s
.
pod_target_xcconfig
=
{
'EXCLUDED_ARCHS[sdk=iphonesimulator*]'
=>
'arm64'
}
s
.
user_target_xcconfig
=
{
'EXCLUDED_ARCHS[sdk=iphonesimulator*]'
=>
'arm64'
,
'ENABLE_BITCODE'
=>
'NO'
}
end
...
...
Please
register
or
login
to post a comment