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
gaoqiang xu
9 years ago
Commit
624eb28673c512edc67c093e76cc340185eedec9
1 parent
a4f4a6f0
更新podspec文件
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
YHExplorer.podspec
YHExplorer.podspec
View file @
624eb28
...
...
@@ -13,6 +13,8 @@ Pod::Spec.new do |s|
s
.
platform
=
:ios
,
'6.0'
s
.
requires_arc
=
true
s
.
dependency
'YH_WebP'
,
:git
=>
'http://git.dev.yoho.cn/utility/yh_webp.git'
,
:commit
=>
'58455f988b6f4412badc1e1156a90282c61b5439'
s
.
source_files
=
'YHExplorer/*.{h,m}'
s
.
resources
=
'YHExplorer/*.{xml,js}'
...
...
@@ -51,8 +53,6 @@ Pod::Spec.new do |s|
ss
.
source_files
=
'YHExplorer/YHLinkParser/*.{h,m}'
end
s
.
vendored_frameworks
=
'YHExplorer/CordovaPlugins/webp/WebP.framework'
s
.
frameworks
=
'Foundation'
,
'CoreGraphics'
,
'UIKit'
end
...
...
Please
register
or
login
to post a comment