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-03-15 19:15:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec02fc34e1f122b41e8e6d273995527068a320c7
ec02fc34
1 parent
128f310e
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
75 deletions
HHDoctorSDKBeta/.DS_Store
HHDoctorSDKBeta/3.1.4.031116/HHDoctorSDKBeta.podspec
HHDoctorSDKBeta/3.1.4.031116/HHDoctorSDKBeta.podspec.json
HHDoctorSDKBeta/.DS_Store
0 → 100644
View file @
ec02fc3
No preview for this file type
HHDoctorSDKBeta/3.1.4.031116/HHDoctorSDKBeta.podspec
deleted
100644 → 0
View file @
128f310
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"HHDoctorSDKBeta"
s
.
version
=
"3.1.4.031116"
s
.
summary
=
"和缓视频医生 SDK"
s
.
description
=
<<-
DESC
和缓视频医生,连接千万用户和全科医生。
DESC
s
.
homepage
=
"https://code.hh-medic.com/dev-client/hhsdk.ios"
s
.
license
=
"MIT"
s
.
author
=
{
"shmily"
=>
"shmilyshijian@foxmail.com"
}
s
.
social_media_url
=
"https://github.com/515783034"
s
.
platform
=
:ios
,
"9.0"
s
.
source
=
{
:git
=>
"http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git"
,
:branch
=>
'feature/app_6.4.2'
}
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
.
frameworks
=
'SystemConfiguration'
,
'MobileCoreServices'
,
'AVFoundation'
,
'CoreTelephony'
,
'VideoToolbox'
,
'AudioToolbox'
,
'CoreMedia'
base
.
libraries
=
'z'
,
'sqlite3.0'
,
'c++'
,
'resolv.9'
end
end
HHDoctorSDKBeta/3.1.4.031116/HHDoctorSDKBeta.podspec.json
deleted
100644 → 0
View file @
128f310
{
"name"
:
"HHDoctorSDKBeta"
,
"homepage"
:
"https://code.hh-medic.com"
,
"license"
:
{
"type"
:
"MIT"
},
"version"
:
"3.1.4.031116"
,
"summary"
:
"和缓视频医生 SDK 内测版"
,
"description"
:
"Mist SDK DR"
,
"authors"
:
{
"shmily"
:
"shmilyshijian@foxmail.com"
},
"social_media_url"
:
"https://github.com/515783034"
,
"platforms"
:
{
"ios"
:
"9.0"
},
"source"
:
{
"git"
:
"http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git"
,
"branch"
:
"feature/app_6.4.2"
},
"ios"
:
{
"vendored_frameworks"
:
[
"hhvDoctorSDK/HHMedicSDK.framework"
,
"HHSDKBase.framework"
,
"HHSDKVideo.framework"
,
"SecurityKit.framework"
,
"TXLiteAVSDK_TRTC.framework"
],
"resources"
:
"hhvDoctorSDK/resources/*"
},
"frameworks"
:
[
"CoreMedia"
,
"AudioToolbox"
,
"VideoToolbox"
,
"CoreTelephony"
,
"AVFoundation"
,
"MobileCoreServices"
,
"SystemConfiguration"
],
"libraries"
:
[
"sqlite3.0"
,
"z"
,
"c++"
,
"resolv.9"
],
"dependency"
:
"TXIMSDK_Smart_iOS"
,
"requires_arc"
:
true
}
Please
register
or
login
to post a comment