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 11:32:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5786293ac40bfb0d9df6ee8276851047424d3f53
5786293a
1 parent
87a65204
更新镜像源
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
AV_iOS_SDK/1.6.0/AV_iOS_SDK.podspec
AV_iOS_SDK/1.6.0/AV_iOS_SDK.podspec
View file @
5786293
...
...
@@ -79,7 +79,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#
s
.
source
=
{
:http
=>
"http://
qzonestyle.gtimg.cn/open/qcloud/avc/js/sdk_download/av_sdk/AV_iOS_SDK1.6.0.rar
"
}
s
.
source
=
{
:http
=>
"http://
boxfish.oss-cn-hangzhou.aliyuncs.com/AV_iOS_SDK_1.6.0_libs.zip
"
}
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
...
...
@@ -90,8 +90,8 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#
s
.
source_files
=
"Classes"
,
"Classes/**/*.{h,m}"
s
.
exclude_files
=
"Classes/Exclude"
#
s.source_files = "Classes", "Classes/**/*.{h,m}"
#
s.exclude_files = "Classes/Exclude"
# s.public_header_files = "Classes/**/*.h"
...
...
Please
register
or
login
to post a comment