Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
YH_Explorer
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
朱小军
9 years ago
Commit
c15f99713eb8491132fbd07b89ea091596f74c03
1 parent
73cee560
Update YHExplorer.podspec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
YHExplorer.podspec
YHExplorer.podspec
View file @
c15f997
...
...
@@ -5,15 +5,15 @@ Pod::Spec.new do |s|
s
.
description
=
<<-
DESC
An WebView Kit integrated Cordova.
DESC
s
.
homepage
=
"http://git.
dev.yoho.cn/utility
/yhexplorer"
s
.
homepage
=
"http://git.
yoho.cn/ios
/yhexplorer"
s
.
license
=
'MIT'
s
.
author
=
{
"xugaoqiang"
=>
"eric.xu@yoho.cn"
}
s
.
source
=
{
:git
=>
"http://git.
dev.yoho.cn/utility
/yhexplorer.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
source
=
{
:git
=>
"http://git.
yoho.cn/ios
/yhexplorer.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
platform
=
:ios
,
'6.0'
s
.
requires_arc
=
true
s
.
dependency
'YH_WebP'
,
:git
=>
'http://git.
dev.yoho.cn/utility
/yh_webp.git'
s
.
dependency
'YH_WebP'
,
:git
=>
'http://git.
yoho.cn/ios
/yh_webp.git'
s
.
source_files
=
'YHExplorer/*.{h,m}'
s
.
resources
=
'YHExplorer/*.{xml,js}'
...
...
Please
register
or
login
to post a comment