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:01:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bcc4db1941830eda825046ebd89147c9bc317a7c
bcc4db19
1 parent
a63fa1fc
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
.DS_Store
HHDoctor.podspec
.DS_Store
View file @
bcc4db1
No preview for this file type
HHDoctor.podspec
View file @
bcc4db1
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'HHDoctor'
s
.
version
=
"3.1.0081917
1
"
s
.
version
=
"3.1.0081917
2
"
s
.
summary
=
'A short description of hhvDoctorSDK.'
s
.
description
=
<<-
DESC
...
...
@@ -14,10 +14,10 @@ s.version= "3.1.00819171"
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/
Classes
/**/*'
s
.
source_files
=
'HHDoctor/
HHDoctor.framework
/**/*'
# s.header_dir = 'hhvDoctorSDKForOC/Classes/**/*.h'
s
.
public_header_files
=
'HHDoctor/Classes/PublicHeaders/*.h'
s
.
resources
=
'HHDoctor/
Resources
/*.*'
s
.
resources
=
'HHDoctor/
HHDoctor.framework
/*.*'
s
.
vendored_frameworks
=
'HHDoctor/*.framework'
# s.static_framework = true
...
...
Please
register
or
login
to post a comment