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
YangQi
2018-10-09 15:33:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9157229919547119fb84c5f0028f81c24826796f
91572299
1 parent
40c0ec86
去掉"stdc++"
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
AVSDK/1.9.9.1025/AVSDK.podspec
BFEImageSDK/0.0.1/BFEImageSDK.podspec
BFEOpenCV/3.4.0/BFEOpenCV.podspec
AVSDK/1.9.9.1025/AVSDK.podspec
View file @
9157229
...
...
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s
.
source
=
{
:http
=>
"http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/AVSDK_1.9.9.1025.zip"
,
:sha1
=>
"1dc613cc16421339702610582653c15de4e7a906"
}
s
.
vendored_frameworks
=
"AVSDK/QAVSDK.framework"
s
.
frameworks
=
"UIKit"
,
"CoreVideo"
,
"CoreMedia"
,
"Accelerate"
,
"Foundation"
,
"AVFoundation"
,
"AudioToolbox"
,
"VideoToolbox"
,
"CoreGraphics"
,
"CoreTelephony"
,
"SystemConfiguration"
,
"OpenAL"
s
.
libraries
=
"c++"
,
"
stdc++"
,
"
z"
,
"sqlite3"
,
"iconv"
,
"resolv"
,
"protobuf"
s
.
libraries
=
"c++"
,
"z"
,
"sqlite3"
,
"iconv"
,
"resolv"
,
"protobuf"
s
.
requires_arc
=
true
s
.
dependency
"IMSDK"
end
\ No newline at end of file
...
...
BFEImageSDK/0.0.1/BFEImageSDK.podspec
View file @
9157229
...
...
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s
.
author
=
{
"chenzhaoshen"
=>
"alex_coolboy@163.com"
}
s
.
vendored_frameworks
=
"BFEImageSDK/BFEImageSDK.framework"
s
.
frameworks
=
"UIKit"
,
"Foundation"
,
"AVFoundation"
s
.
libraries
=
"c++"
,
"
stdc++"
,
"
z"
s
.
libraries
=
"c++"
,
"z"
end
\ No newline at end of file
...
...
BFEOpenCV/3.4.0/BFEOpenCV.podspec
View file @
9157229
...
...
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s
.
source
=
{
:http
=>
"http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFEOpenCV_3.4.0_0816.zip"
,
:sha1
=>
"93f43ea4dd2a8b5189b4573c228d7b226de165ae"
}
s
.
vendored_frameworks
=
"BFEOpenCV/opencv2.framework"
s
.
frameworks
=
"UIKit"
,
"Foundation"
,
"CoreVideo"
,
"CoreMedia"
,
"AVFoundation"
,
"AudioToolbox"
,
"VideoToolbox"
,
"OpenAL"
s
.
libraries
=
"c++"
,
"
stdc++"
,
"
z"
s
.
libraries
=
"c++"
,
"z"
end
...
...
Please
register
or
login
to post a comment