Skip to content

Commit ed2a325

Browse files
committed
Update Readme and fix deployment target
1 parent b6778df commit ed2a325

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Example/Screenshot/BPGDemo.png

254 KB
Loading

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp
1111

1212
## Requirements
1313

14-
iOS 7 or macOS 10.8
14+
iOS 8 or macOS 10.10
1515

1616
## Installation
1717

@@ -32,9 +32,15 @@ NSURL *BPGURL;
3232
[imageView sd_setImageWithURL:BPGURL];
3333
```
3434
35+
## Screenshot
36+
37+
<img src="https://raw.githubusercontent.com/dreampiggy/SDWebImageBPGCoder/master/Example/Screenshot/BPGDemo.png" width="300" />
38+
39+
The images are from [BPG official site](https://bellard.org/bpg/)
40+
3541
## Author
3642
37-
dreampiggy, [email protected]
43+
DreamPiggy
3844
3945
## License
4046

SDWebImageBPGCoder.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ TODO: Add long description of the pod here.
2828
s.source = { :git => 'https://github.com/dreampiggy/SDWebImageBPGCoder.git', :tag => s.version.to_s }
2929
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030

31-
s.ios.deployment_target = '7.0'
32-
s.osx.deployment_target = '10.8'
31+
s.ios.deployment_target = '8.0'
32+
s.osx.deployment_target = '10.10'
3333

3434
s.source_files = 'SDWebImageBPGCoder/Classes/**/*'
3535
s.dependency 'SDWebImage/Core'

0 commit comments

Comments
 (0)