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
boxfishedu
2017-12-06 10:39:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ee8e23d269949f5f19b21426771450844ecffa61
ee8e23d2
1 parent
8a4cebb2
add BFEEaseMobSDK.podspec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
BFEEaseMobSDK/0.0.1/BFEEaseMobSDK.podspec
BFEEaseMobSDK/0.0.1/BFEEaseMobSDK.podspec
0 → 100644
View file @
ee8e23d
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"BFEEaseMobSDK"
s
.
version
=
"0.0.1"
s
.
summary
=
"EaseMob SDK For BOXFiSH"
s
.
homepage
=
"https://www.boxfish.cn"
s
.
license
=
"MIT"
s
.
author
=
{
"Henry L."
=>
"lvhuan@boxfish.cn"
}
s
.
platform
=
:ios
,
"8.0"
s
.
source
=
{
:http
=>
"http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFEEaseMobSDK_0.0.1.zip"
}
s
.
vendored_frameworks
=
"BFEEaseMobSDK/HelpDeskLite.framework"
,
"BFEEaseMobSDK/HyphenateLite.framework"
s
.
libraries
=
"c++"
,
"z"
s
.
requires_arc
=
true
end
...
...
Please
register
or
login
to post a comment