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 20:55:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a9586919d06fa61a861f8f1c52db737aa2bc3473
a9586919
1 parent
a1761d81
添加IMSDK
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
IMSDK/2.5.6.11082.11081/IMSDK.podspec
IMSDK/2.5.6.11082.11081/IMSDK.podspec
0 → 100644
View file @
a958691
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"IMSDK"
s
.
version
=
"2.5.6.11082.11081"
s
.
summary
=
"腾讯云-云通信"
s
.
description
=
<<-
DESC
腾讯云-云通信
DESC
s
.
homepage
=
"https://www.qcloud.com/document/product/269/1565"
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
.
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"
s
.
requires_arc
=
true
end
...
...
Please
register
or
login
to post a comment