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-22 18:27:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c73e45159cddcbb4ba346746256d2fef8d698efb
c73e4515
1 parent
3c4cfc37
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
HHVDoctorSDK.podspec
HHVDoctorSDK.podspec
View file @
c73e451
...
...
@@ -28,10 +28,10 @@ Pod::Spec.new do |s|
# end
s
.
vendored_frameworks
=
'HHVDoctorSDK/*.framework'
,
'HHVDoctorSDK/*.xcframework'
s
.
resources
=
'HHVDoctorSDK/resources/*.bundle'
s
.
resources
=
'HHVDoctorSDK/resources/*.bundle'
,
'HHVDoctorSDK/HHMedicSDK.framework/*.bundle'
s
.
frameworks
=
'SystemConfiguration'
,
'MobileCoreServices'
,
'AVFoundation'
,
'CoreTelephony'
,
'VideoToolbox'
,
'AudioToolbox'
,
'CoreMedia'
s
.
libraries
=
'z'
,
'sqlite3.0'
,
'c++'
,
'resolv.9'
s
.
frameworks
=
[
'AVFoundation'
,
'Accelerate'
,
'MetalKit'
,
'AudioToolbox'
,
'VideoToolbox'
,
'CoreTelephony'
,
'ReplayKit'
,
'SystemConfiguration'
]
s
.
library
=
'c++'
,
'resolv'
end
...
...
Please
register
or
login
to post a comment