Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
Specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
燊燊
2018-08-16 12:49:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3678f96ce8f658577456269e89e871a70f08d19c
3678f96c
1 parent
a03df075
修改文件路径
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
BFEImageSDK/.gitkeep → BFEAIImageSDK/.gitkeep
BFEImageSDK/0.0.1/.gitkeep → BFEAIImageSDK/0.0.1/.gitkeep
BFEAIImageSDK/0.0.1/BFEImageSDK.podspec
BFEImageSDK/.gitkeep
→
BFE
AI
ImageSDK/.gitkeep
View file @
3678f96
File moved
BFEImageSDK/0.0.1/.gitkeep
→
BFE
AI
ImageSDK/0.0.1/.gitkeep
View file @
3678f96
File moved
BFEAIImageSDK/0.0.1/BFEImageSDK.podspec
0 → 100644
View file @
3678f96
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"BFEImageSDK"
s
.
version
=
"0.0.1"
s
.
summary
=
"Boxfish图像处理SDK"
s
.
description
=
<<-
DESC
跨平台图像处理sdk,主要用于定位框检测
DESC
s
.
homepage
=
"https://www.boxfish.cn"
s
.
license
=
"MIT"
s
.
platform
=
:ios
,
"7.0"
s
.
source
=
{
:http
=>
"http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFEImageSDK_0.0.1.zip"
,
:sha1
=>
"51b5e87418929d13b76064fe69b8ca7789a0c8cb"
}
s
.
author
=
{
"chenzhaoshen"
=>
"alex_coolboy@163.com"
}
s
.
vendored_frameworks
=
"BFEImageSDK/BFEImageSDK.framework"
s
.
frameworks
=
"UIKit"
,
"Foundation"
s
.
libraries
=
"c++"
,
"stdc++"
,
"stdc++.6"
,
"z"
end
\ No newline at end of file
...
...
Please
register
or
login
to post a comment