Skip to content

Commit

Permalink
Update readme and make version dependency clearly
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Nov 2, 2017
1 parent 35e6c15 commit 0259cd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- SDWebImage/Core (4.2.0)
- SDWebImageBPGCoder (0.1.0):
- HCImage+BPG
- SDWebImage/Core (~> 4.2)
- SDWebImage/Core (>= 4.2)
- Specta (1.0.7)

DEPENDENCIES:
Expand All @@ -29,7 +29,7 @@ SPEC CHECKSUMS:
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
HCImage+BPG: 13bf0aa4e39e4d2cf3437aaacea895f271a83100
SDWebImage: b1189fd85365c18434270a11a5cad13a1e848d53
SDWebImageBPGCoder: fc4e8288d5d4e66581c2578113a3a84656c64a46
SDWebImageBPGCoder: 71ab0fd7f383c70f76e68c8786dde99e28f74339
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66

PODFILE CHECKSUM: ec16a7237cf7f3065913c0b34434b68788f225cc
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

To run the example project, clone the repo, and run `pod install` from the Example directory first.

This is a demo to show to build custom decoder for SDWebImage by embedding third-party framework.

## Requirements

iOS 8 or macOS 10.10
+ iOS 8
+ macOS 10.10

## Installation

Expand All @@ -34,7 +37,7 @@ NSURL *BPGURL;
## Screenshot
<img src="https://raw.githubusercontent.com/dreampiggy/SDWebImageBPGCoder/master/Example/Screenshot/BPGDemo.png" width="300" />
<img src="https://raw.githubusercontent.com/SDWebImage/SDWebImageBPGCoder/master/Example/Screenshot/BPGDemo.png" width="300" />
The images are from [BPG official site](https://bellard.org/bpg/)
Expand Down
4 changes: 2 additions & 2 deletions SDWebImageBPGCoder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageBPGCoder'
s.version = '0.1.0'
s.summary = 'A short description of SDWebImageBPGCoder.'
s.summary = 'BPG decoder for SDWebImage plugin coder.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -30,7 +30,7 @@ TODO: Add long description of the pod here.
s.osx.deployment_target = '10.10'

s.source_files = 'SDWebImageBPGCoder/Classes/**/*'
s.dependency 'SDWebImage/Core', '~> 4.2'
s.dependency 'SDWebImage/Core', '>= 4.2'
s.dependency 'HCImage+BPG'

# s.resource_bundles = {
Expand Down

0 comments on commit 0259cd2

Please sign in to comment.