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
Henry L
2017-10-20 21:38:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
753e5cac3fd55d7abda7c7f174e0d18b65479f77
753e5cac
1 parent
bc02c96e
添加缺失的依赖
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
AVSDK/1.9.5.925/AVSDK.podspec
AVSDK/1.9.5.925/AVSDK.podspec
View file @
753e5ca
...
...
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s
.
platform
=
:ios
,
"7.0"
s
.
source
=
{
:http
=>
"http://127.0.0.1:8080/AVSDK_1.9.5.925.Local.zip"
,
:sha1
=>
"68215b235ebc54dd56bfac7faec0078777449123"
}
s
.
vendored_frameworks
=
"AVSDK/QAVSDK.framework"
,
"AVSDK/xplatform.framework"
s
.
frameworks
=
"UIKit"
,
"CoreVideo"
,
"CoreMedia"
,
"Accelerate"
,
"Foundation"
,
"AVFoundation"
,
"AudioToolbox"
,
"VideoToolbox"
,
"CoreGraphics"
,
"CoreTelephony"
,
"SystemConfiguration"
s
.
frameworks
=
"UIKit"
,
"CoreVideo"
,
"CoreMedia"
,
"Accelerate"
,
"Foundation"
,
"AVFoundation"
,
"AudioToolbox"
,
"VideoToolbox"
,
"CoreGraphics"
,
"CoreTelephony"
,
"SystemConfiguration"
,
"OpenAL"
s
.
libraries
=
"c++"
,
"stdc++"
,
"stdc++.6"
,
"z"
,
"sqlite3"
,
"iconv"
,
"resolv"
,
"protobuf"
s
.
requires_arc
=
true
s
.
dependency
"IMSDK"
...
...
Please
register
or
login
to post a comment