Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
HHFaceSDK.ios
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangguolei
2022-03-10 15:03:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a26f469b71c6660d3aef24308b2474dd9c559508
a26f469b
1 parent
d5b1b9f7
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
HHVDoctorSDK.podspec
HHVDoctorSDK.podspec
View file @
a26f469
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"HH
VDoctor
SDK"
s
.
name
=
"HH
Face
SDK"
s
.
version
=
"3.1.4.031014"
s
.
summary
=
"和缓视频医生 SDK"
s
.
version
=
"1.0.0.031014"
s
.
summary
=
"和缓视频医生 人脸识别SDK"
s
.
description
=
<<-
DESC
和缓视频医生,连接千万用户和全科医生。
...
...
@@ -14,17 +14,14 @@ Pod::Spec.new do |s|
s
.
social_media_url
=
"https://github.com/515783034"
s
.
platform
=
:ios
,
"9.0"
s
.
source
=
{
:git
=>
"http://code.hh-medic.com/hh_public/
hhvDoctor
SDK.ios.git"
,
:tag
=>
s
.
version
}
s
.
source
=
{
:git
=>
"http://code.hh-medic.com/hh_public/
HHFace
SDK.ios.git"
,
:tag
=>
s
.
version
}
s
.
default_subspec
=
'Base'
s
.
dependency
'TXIMSDK_Smart_iOS'
s
.
subspec
'Base'
do
|
base
|
base
.
vendored_frameworks
=
'HHVDoctorSDK/*.framework'
base
.
resources
=
'HHVDoctorSDK/resources/*.bundle'
base
.
vendored_frameworks
=
'HHFaceSDK/*.framework'
base
.
resources
=
[
'HHVDoctorSDK/HHBundles/*.bundle'
,
'HHVDoctorSDK/hhImages/*.*'
]
base
.
frameworks
=
'SystemConfiguration'
,
'MobileCoreServices'
,
'AVFoundation'
,
'CoreTelephony'
,
'VideoToolbox'
,
'AudioToolbox'
,
'CoreMedia'
base
.
libraries
=
'z'
,
'sqlite3.0'
,
'c++'
,
'resolv.9'
end
end
...
...
Please
register
or
login
to post a comment