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
You need to sign in or sign up before continuing.
Authored by
undancer
2016-12-30 21:35:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
94145550b28b1e6d8deb9ace8c3cf587607a6fa9
94145550
1 parent
7152cf07
增加校验
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
AVSDK/0.0.1/AVSDK.podspec
IMSDK/0.0.1/IMSDK.podspec
AVSDK/0.0.1/AVSDK.podspec
View file @
9414555
...
...
@@ -81,7 +81,7 @@ Pod::Spec.new do |s|
#
# s.source = { :git => "http://EXAMPLE/AVSDK.git", :tag => "#{s.version}" }
s
.
source
=
{
:http
=>
"http://dldir1.qq.com/hudongzhibo/ILiveSDK/AVSDK1.8.4_BETA.zip"
}
s
.
source
=
{
:http
=>
"http://dldir1.qq.com/hudongzhibo/ILiveSDK/AVSDK1.8.4_BETA.zip"
,
:sha1
=>
"6047733ca8d56903dfd1b117641a5e6420881adc"
}
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
...
...
@@ -97,7 +97,7 @@ Pod::Spec.new do |s|
# s.public_header_files = "Classes/**/*.h"
s
.
vendored_frameworks
=
"
Libs/QAVSDK.framework"
,
"Libs
/xplatform.framework"
s
.
vendored_frameworks
=
"
AVSDK/QAVSDK.framework"
,
"AVSDK
/xplatform.framework"
...
...
IMSDK/0.0.1/IMSDK.podspec
View file @
9414555
...
...
@@ -81,7 +81,7 @@ Pod::Spec.new do |s|
#
# s.source = { :git => "http://EXAMPLE/IMSDK.git", :tag => "#{s.version}" }
s
.
source
=
{
:http
=>
"http://dldir1.qq.com/hudongzhibo/ILiveSDK/IMSDK_beta.zip"
}
s
.
source
=
{
:http
=>
"http://dldir1.qq.com/hudongzhibo/ILiveSDK/IMSDK_beta.zip"
,
:sha1
=>
"3507235589818408ad4f85b790688e5d84c807a3"
}
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
...
...
Please
register
or
login
to post a comment