Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hh_doctor_mini
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
wgl
2021-08-09 18:27:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e60bf0992703720aab169538d590c33963a2ee4a
e60bf099
1 parent
e679a602
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
HHDoctor.podspec
HHDoctor.podspec
View file @
e60bf09
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'HHDoctor'
s
.
version
=
"3.1.0081917
3
"
s
.
version
=
"3.1.0081917
4
"
s
.
summary
=
'A short description of hhvDoctorSDK.'
s
.
description
=
<<-
DESC
...
...
@@ -14,9 +14,9 @@ s.version= "3.1.00819173"
s
.
source
=
{
:git
=>
'http://code.hh-medic.com/hh_public/hh_doctor_mini.git'
,
:tag
=>
s
.
version
.
to_s
}
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
# s.source_files = 'HHDoctor/HHDoctor.framework/**/*'
# s.header_dir = 'hhvDoctorSDKForOC/Classes/**/*.h'
s
.
public_header_files
=
'HHDoctor/HHDoctor.framework/Headers/*.h'
s
.
source_files
=
'HHDoctor/HHDoctor.framework/Headers/*.*'
# s.header_dir = 'hhvDoctorSDKForOC/Classes/**/*.h'
# s.public_header_files = 'HHDoctor/HHDoctor.framework/Headers/*.h'
s
.
resources
=
'HHDoctor/HHDoctor.framework/resource/*.*'
s
.
vendored_frameworks
=
'HHDoctor/*.framework'
...
...
Please
register
or
login
to post a comment