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:41:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1b7ca7afa268d3fdb092ddb3f56b344346203f35
1b7ca7af
1 parent
85b4bcb8
新增SDK
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
BFEOpenCV/3.4.0/BFEOpenCV.podspec
BFEOpenCV/3.4.0/BFEOpenCV.podspec
0 → 100644
View file @
1b7ca7a
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"BFEOpenCV"
s
.
version
=
"3.4.0"
s
.
summary
=
"openCVframeWork"
s
.
description
=
<<-
DESC
OpenCV-ios-3.4.0
DESC
s
.
homepage
=
"https://www.boxfish.cn"
s
.
license
=
"MIT"
s
.
author
=
{
"chenzhaoshen"
=>
"alex_coolboy@163.com"
}
s
.
platform
=
:ios
,
"7.0"
s
.
source
=
{
:http
=>
"http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFEOpenCV_3.4.0.zip"
,
:sha1
=>
"9093671ca159ddbfc926ce04b70ec36ac5106520"
}
s
.
vendored_frameworks
=
"BFEOpenCV/opencv2.framework"
s
.
frameworks
=
"UIKit"
,
"Foundation"
s
.
libraries
=
"c++"
,
"stdc++"
,
"stdc++.6"
,
"z"
end
...
...
Please
register
or
login
to post a comment