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
2019-06-04 11:42:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
59bca13ebbd825c17a96bd20bbebe8108088b850
59bca13e
1 parent
a96570d2
去掉 s.libraries 里的 "protobuf"
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
AVSDK/1.9.9.1069/AVSDK.podspec
ILiveSDK/1.9.6.14326/ILiveSDK.podspec
AVSDK/1.9.9.1069/AVSDK.podspec
View file @
59bca13
...
...
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s
.
source
=
{
:http
=>
"http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/AVSDK_1.9.9.1069.zip"
,
:sha1
=>
"27125e3dfa97e3b8b1747537a43e99ed21bbfc34"
}
s
.
vendored_frameworks
=
"AVSDK/QAVSDK.framework"
s
.
frameworks
=
"UIKit"
,
"CoreVideo"
,
"CoreMedia"
,
"Accelerate"
,
"Foundation"
,
"AVFoundation"
,
"AudioToolbox"
,
"VideoToolbox"
,
"CoreGraphics"
,
"CoreTelephony"
,
"SystemConfiguration"
,
"OpenAL"
s
.
libraries
=
"c++"
,
"z"
,
"sqlite3"
,
"iconv"
,
"resolv"
,
"protobuf"
s
.
libraries
=
"c++"
,
"z"
,
"sqlite3"
,
"iconv"
,
"resolv"
s
.
requires_arc
=
true
s
.
dependency
"IMSDK"
end
\ No newline at end of file
...
...
ILiveSDK/1.9.6.14326/ILiveSDK.podspec
View file @
59bca13
...
...
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s
.
source
=
{
:http
=>
"http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/ILiveSDK_1.9.6.14326.zip"
,
:sha1
=>
"98d8ca6bfd58ecc729498718719adfa8c9fc8283"
}
s
.
vendored_frameworks
=
"ILiveSDK/ILiveSDK.framework"
,
"ILiveSDK/TILLiveSDK.framework"
,
"ILiveSDK/ILiveLogReport.framework"
s
.
frameworks
=
"UIKit"
,
"CoreMedia"
,
"Accelerate"
,
"Foundation"
,
"AVFoundation"
,
"CoreVideo"
,
"VideoToolbox"
,
"CoreGraphics"
,
"SystemConfiguration"
,
"OpenAL"
,
"QAVSDK"
s
.
libraries
=
"c++"
,
"bz2"
,
"z"
,
"sqlite3.0"
,
"iconv"
,
"resolv"
,
"protobuf"
s
.
libraries
=
"c++"
,
"bz2"
,
"z"
,
"sqlite3.0"
,
"iconv"
,
"resolv"
s
.
requires_arc
=
true
s
.
dependency
"AVSDK"
,
'1.9.9.1069'
end
\ No newline at end of file
...
...
Please
register
or
login
to post a comment