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
2022-06-21 14:10:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c57bae95d1fc11e5c30af392e4f6bc395340e5b9
c57bae95
1 parent
cc2e4d1c
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
HHVDoctorSDK.podspec
HHVDoctorSDK.podspec
View file @
c57bae9
...
...
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
# base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9'
# end
s
.
vendored_frameworks
=
[
'HHVDoctorSDK/*.framework'
,
'HHVDoctorSDK/*.xcframework'
]
s
.
vendored_frameworks
=
'HHVDoctorSDK/*.framework'
,
'HHVDoctorSDK/*.xcframework'
s
.
resources
=
'HHVDoctorSDK/resources/*.bundle'
s
.
frameworks
=
'SystemConfiguration'
,
'MobileCoreServices'
,
'AVFoundation'
,
'CoreTelephony'
,
'VideoToolbox'
,
'AudioToolbox'
,
'CoreMedia'
...
...
Please
register
or
login
to post a comment