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
2017-03-08 16:07:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5cc33ff132f13caa200227ce975e3f6596d50fcb
5cc33ff1
1 parent
6e3e2770
添加腾讯云新的pod文件
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
QAVOPENSDK/1.8.4.71/QAVOPENSDK.podspec
QAVOPENSDK/1.8.4.71/QAVOPENSDK.podspec
0 → 100644
View file @
5cc33ff
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"QAVOPENSDK"
s
.
version
=
"1.8.4.71"
s
.
summary
=
"腾讯云"
s
.
description
=
<<-
DESC
腾讯云
DESC
s
.
homepage
=
"https://www.qcloud.com/"
s
.
license
=
"MIT"
s
.
author
=
{
"undancer"
=>
"undancer@gmail.com"
}
s
.
platform
=
:ios
,
"7.0"
s
.
source
=
{
:http
=>
"http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/QAVOPENSDK_1.8.4.71_iOS_Publish.zip"
}
s
.
subspec
'Analytics'
do
|
ss
|
ss
.
vendored_frameworks
=
"libs/Analytics.framework"
ss
.
libraries
=
"stdc++"
,
"z"
,
"sqlite3"
ss
.
frameworks
=
"SystemConfiguration"
ss
.
requires_arc
=
true
end
s
.
subspec
'ImSDK'
do
|
ss
|
ss
.
vendored_frameworks
=
"libs/IMCore.framework"
,
"libs/ImSDK.framework"
,
"libs/QALSDK.framework"
,
"libs/IMSDKBugly.framework"
,
"libs/TLSSDK.framework"
ss
.
frameworks
=
"CoreTelephony"
,
"SystemConfiguration"
ss
.
libraries
=
"c++"
,
"z"
,
"sqlite3"
ss
.
requires_arc
=
true
end
s
.
subspec
'QAVSDK'
do
|
ss
|
ss
.
vendored_frameworks
=
"libs/QAVSDK.framework"
,
"libs/xplatform.framework"
ss
.
frameworks
=
"UIKit"
,
"CoreVideo"
,
"CoreMedia"
,
"Accelerate"
,
"Foundation"
,
"AVFoundation"
,
"AudioToolbox"
,
"VideoToolbox"
,
"CoreGraphics"
,
"CoreTelephony"
,
"SystemConfiguration"
ss
.
libraries
=
"c++"
,
"stdc++"
,
"stdc++.6"
,
"z"
,
"sqlite3"
,
"iconv"
,
"resolv"
,
"protobuf"
ss
.
requires_arc
=
true
ss
.
dependency
"QAVOPENSDK/ImSDK"
end
end
...
...
Please
register
or
login
to post a comment