Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
HHPhotoPickerPro
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
luozhiping
2022-04-28 11:43:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63f9aa2dd33e915d47e079fbbb7b74395c4a3edd
63f9aa2d
1 parent
3f485b1c
# commit podspec
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
1 deletions
HHPhotoPicker.podspec
README.md
HHPhotoPicker.podspec
0 → 100644
View file @
63f9aa2
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'HHPhotoPicker'
s
.
version
=
"0.0.1"
s
.
summary
=
'和缓相册选择器'
s
.
description
=
<<-
DESC
TODO: Add long description of the pod here.
DESC
s
.
homepage
=
'git@code.hh-medic.com:hh_public/HHPhotoPickerPro.git'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'hh_client@hh-medic.com'
=>
'luozhiping@hh-medic.com'
}
s
.
source
=
{
:git
=>
'https://code.hh-medic.com/hh_public/HHPhotoPickerPro'
,
:branch
=>
'develop'
}
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s
.
source_files
=
'HHPhotoPicker.framework/Headers/*.*'
s
.
vendored_frameworks
=
'HHPhotoPicker.framework'
s
.
frameworks
=
'SystemConfiguration'
,
'AVFoundation'
,
'Accelerate'
s
.
libraries
=
'c++'
,
'resolv'
s
.
ios
.
deployment_target
=
'9.0'
s
.
pod_target_xcconfig
=
{
'OTHER_LDFLAGS'
=>
'-ObjC'
,
'ENABLE_BITCODE'
=>
'NO'
,
'ARCHS'
=>
[
'arm64'
]
}
end
...
...
README.md
View file @
63f9aa2
# 和缓最新相册选择器接入文档
# 1,使用pod方式集成:
pod "HH
Doctor", :git => "https://code.hh-medic.com/hh_public/hh.iOS.photopicker
.git", :branch => "develop"
pod "HH
PhotoPicker", :git => "https://code.hh-medic.com/hh_public/HHPhotoPickerPro
.git", :branch => "develop"
# 2,导入头文件
import HHPhotoPicker
...
...
Please
register
or
login
to post a comment