Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
HHDoctorSDK.ios
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
shmily
2018-06-19 15:27:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0034152b933e3feebcf5b5516292c7d4519469f
d0034152
1 parent
2c23a1c2
sdk init
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
HHDoctorSDK.podspec
upgrade.sh
HHDoctorSDK.podspec
View file @
d003415
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"HHDoctorSDK"
s
.
version
=
"1.0.
4
"
s
.
version
=
"1.0.
5
"
s
.
summary
=
"和缓视频医生SDK(融云)"
s
.
description
=
<<-
DESC
...
...
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s
.
subspec
'Base'
do
|
base
|
base
.
vendored_frameworks
=
'HHDoctorSDK/*.framework'
base
.
resources
=
'HH
Medic
SDK/resources/*.bundle'
base
.
resources
=
'HH
Doctor
SDK/resources/*.bundle'
base
.
frameworks
=
'SystemConfiguration'
,
'MobileCoreServices'
,
'AVFoundation'
,
'CoreTelephony'
,
'VideoToolbox'
,
'AudioToolbox'
,
'CoreMedia'
base
.
libraries
=
'z'
,
'sqlite3.0'
,
'c++'
...
...
upgrade.sh
View file @
d003415
...
...
@@ -3,5 +3,5 @@ git commit -m "sdk init"
git pull
git push
git tag -m
"tag"
1.0.
4
git tag -m
"tag"
1.0.
5
git push --tag
...
...
Please
register
or
login
to post a comment