Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hhsdk.ios.spec
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-04-07 11:00:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
30eb4a801087f53b04056b6cb3d7c29dc9e48715
30eb4a80
1 parent
ffe0e5b2
[Add] HHDoctor_TRTC (3.4.0.03221146)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
HHDoctor_TRTC/3.4.0.03221146/HHDoctor_TRTC.podspec
HHDoctor_TRTC/3.4.0.03221146/HHDoctor_TRTC.podspec
0 → 100644
View file @
30eb4a8
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"HHDoctor_TRTC"
s
.
version
=
"3.4.0.03221146"
s
.
summary
=
"和缓视频医生 SDK"
s
.
description
=
<<-
DESC
和缓视频医生,连接千万用户和全科医生。
DESC
s
.
homepage
=
"https://code.hh-medic.com/dev-client/hhsdk.ios"
s
.
license
=
"MIT"
s
.
author
=
{
"hh"
=>
"hh_client@hh-medic.com"
}
s
.
social_media_url
=
"https://github.com"
s
.
platform
=
:ios
,
"9.0"
s
.
source
=
{
:git
=>
"https://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git"
,
:tag
=>
'3.4.0.03221146'
}
s
.
default_subspec
=
'HHDoctor'
s
.
dependency
'TXIMSDK_iOS'
s
.
subspec
'HHDoctor'
do
|
hhdoctor
|
hhdoctor
.
vendored_frameworks
=
'HHVDoctorSDK/*.framework'
hhdoctor
.
resources
=
'HHVDoctorSDK/resources/*.bundle'
hhdoctor
.
frameworks
=
[
'AVFoundation'
,
'Accelerate'
]
hhdoctor
.
library
=
'c++'
,
'resolv'
end
end
...
...
Please
register
or
login
to post a comment