Skip to content

Commit

Permalink
cocoapod 图片优化
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjbird committed Apr 3, 2019
1 parent a70e78a commit c0c4d13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion QuickWebKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'http://www.lessney.com'
s.requires_arc = true
s.documentation_url = 'https://github.com/pcjbird/QuickWebViewController/blob/master/README.md'
s.screenshot = 'https://github.com/pcjbird/QuickWebViewController/blob/master/logo.png'
s.screenshot = 'https://github.com/pcjbird/QuickWebViewController/raw/master/logo.png'

s.platform = :ios, '8.0'
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'WebKit', 'JavaScriptCore' ,'QuartzCore', 'MobileCoreServices', 'CoreSpotlight'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![logo](logo.png)
![logo](https://github.com/pcjbird/QuickWebViewController/raw/master/logo.png)
[![Build Status](http://img.shields.io/travis/pcjbird/QuickWebViewController/master.svg?style=flat)](https://travis-ci.org/pcjbird/QuickWebViewController)
[![Pod Version](http://img.shields.io/cocoapods/v/QuickWebKit.svg?style=flat)](http://cocoadocs.org/docsets/QuickWebKit/)
[![Pod Platform](http://img.shields.io/cocoapods/p/QuickWebKit.svg?style=flat)](http://cocoadocs.org/docsets/QuickWebKit/)
Expand Down Expand Up @@ -32,7 +32,7 @@

## 演示 / Demo

<p align="center"><img src="demo.png" title="demo"></p>
<p align="center"><img src="https://github.com/pcjbird/QuickWebViewController/raw/master/demo.png" title="demo"></p>

## 安装 / Installation

Expand Down

0 comments on commit c0c4d13

Please sign in to comment.