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
undancer
2016-02-22 16:56:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2ee472a9b2b346cd0830594700d92046dfa90d18
2ee472a9
1 parent
fac44f4a
先屏蔽AVFoundationEx
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
AV_iOS_SDK/1.6.0/AV_iOS_SDK.podspec
AV_iOS_SDK/1.6.0/AV_iOS_SDK.podspec
View file @
2ee472a
...
...
@@ -95,7 +95,8 @@ Pod::Spec.new do |s|
# s.public_header_files = "Classes/**/*.h"
# s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '${PODS_ROOT}/AV_iOS_SDK/libs', 'OTHER_LDFLAGS' => '-ObjC' }
s
.
vendored_frameworks
=
'libs/AVFoundationEx.FrameWork'
,
'libs/ImSDK.framework'
,
'libs/QALSDK.framework'
,
'libs/QAVSDK.framework'
,
'libs/TLSSDK.framework'
# s.vendored_frameworks = 'libs/AVFoundationEx.FrameWork', 'libs/ImSDK.framework', 'libs/QALSDK.framework', 'libs/QAVSDK.framework', 'libs/TLSSDK.framework'
s
.
vendored_frameworks
=
'libs/ImSDK.framework'
,
'libs/QALSDK.framework'
,
'libs/QAVSDK.framework'
,
'libs/TLSSDK.framework'
s
.
frameworks
=
'AVFoundation'
,
'CoreGraphics'
,
'OpenGLES'
,
'CoreImage'
,
'QuartzCore'
,
'CoreMedia'
,
'UIKit'
,
'CoreVideo'
,
'AudioToolbox'
,
'CoreAudio'
s
.
libraries
=
'z'
,
'sqlite3'
,
'c++'
,
'stdc++'
,
'iconv'
...
...
Please
register
or
login
to post a comment