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:46:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d9acb68c4825ef0c546bf00d9a5f0dfbe06e6312
d9acb68c
1 parent
753e5cac
修改SDK下载地址
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
AVSDK/1.9.5.925/AVSDK.podspec
IMSDK/2.5.6.11082.11081/IMSDK.podspec
AVSDK/1.9.5.925/AVSDK.podspec
View file @
d9acb68
...
...
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s
.
license
=
"MIT"
s
.
author
=
{
"undancer"
=>
"undancer@gmail.com"
}
s
.
platform
=
:ios
,
"7.0"
s
.
source
=
{
:http
=>
"http://
127.0.0.1:8080
/AVSDK_1.9.5.925.Local.zip"
,
:sha1
=>
"68215b235ebc54dd56bfac7faec0078777449123"
}
s
.
source
=
{
:http
=>
"http://
boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty
/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"
,
"OpenAL"
s
.
libraries
=
"c++"
,
"stdc++"
,
"stdc++.6"
,
"z"
,
"sqlite3"
,
"iconv"
,
"resolv"
,
"protobuf"
...
...
IMSDK/2.5.6.11082.11081/IMSDK.podspec
View file @
d9acb68
...
...
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s
.
license
=
"MIT"
s
.
author
=
{
"undancer"
=>
"undancer@gmail.com"
}
s
.
platform
=
:ios
,
"7.0"
s
.
source
=
{
:http
=>
"http://
127.0.0.1:8080
/IMSDK_2.5.6.11082.11081.zip"
,
:sha1
=>
"4bd56f229194269e312297f8e725e02edcb9a545"
}
s
.
source
=
{
:http
=>
"http://
boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty
/IMSDK_2.5.6.11082.11081.zip"
,
:sha1
=>
"4bd56f229194269e312297f8e725e02edcb9a545"
}
s
.
vendored_frameworks
=
"IMSDK/IMCore.framework"
,
"IMSDK/ImSDK.framework"
,
"IMSDK/QALSDK.framework"
,
"IMSDK/IMSDKBugly.framework"
,
"IMSDK/TLSSDK.framework"
s
.
frameworks
=
"CoreTelephony"
,
"SystemConfiguration"
s
.
libraries
=
"c++"
,
"z"
,
"sqlite3"
...
...
Please
register
or
login
to post a comment