Skip to content

Commit 2cc4ff3

Browse files
committed
Bumped version to 0.3.0
1 parent 3ed991c commit 2cc4ff3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Expecta (1.0.6)
33
- SDWebImage/Core (5.1.0)
4-
- SDWebImagePhotosPlugin (0.2.1):
4+
- SDWebImagePhotosPlugin (0.3.0):
55
- SDWebImage/Core (~> 5.0)
66

77
DEPENDENCIES:
@@ -20,7 +20,7 @@ EXTERNAL SOURCES:
2020
SPEC CHECKSUMS:
2121
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
2222
SDWebImage: fb387001955223213dde14bc08c8b73f371f8d8f
23-
SDWebImagePhotosPlugin: 3a126667559b206b91d6ca6edacdc58dcaa9b2cd
23+
SDWebImagePhotosPlugin: 99daf9f3706d65e887e3b802ad8121ebaba0f782
2424

2525
PODFILE CHECKSUM: 60756e45d1da564a14e0e1964ffd639deadc2855
2626

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![Version](https://img.shields.io/cocoapods/v/SDWebImagePhotosPlugin.svg?style=flat)](https://cocoapods.org/pods/SDWebImagePhotosPlugin)
55
[![License](https://img.shields.io/cocoapods/l/SDWebImagePhotosPlugin.svg?style=flat)](https://cocoapods.org/pods/SDWebImagePhotosPlugin)
66
[![Platform](https://img.shields.io/cocoapods/p/SDWebImagePhotosPlugin.svg?style=flat)](https://cocoapods.org/pods/SDWebImagePhotosPlugin)
7-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/SDWebImage/SDWebImagePhotosPlugin)
8-
[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)](https://swift.org/package-manager/)
7+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat)](https://github.com/SDWebImage/SDWebImagePhotosPlugin)
8+
[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager/)
99
[![codecov](https://codecov.io/gh/SDWebImage/SDWebImagePhotosPlugin/branch/master/graph/badge.svg)](https://codecov.io/gh/SDWebImage/SDWebImagePhotosPlugin)
1010

1111
## What's for
@@ -19,7 +19,7 @@ By using this plugin, it allows you to use your familiar View Category method fr
1919
+ iOS 8+
2020
+ macOS 10.13+
2121
+ tvOS 10+
22-
+ Xcode 9+
22+
+ Xcode 10+
2323

2424
## Installation
2525

@@ -40,7 +40,7 @@ SDWebImagePhotosPlugin is available through [Carthage](https://github.com/Cartha
4040
github "SDWebImage/SDWebImagePhotosPlugin"
4141
```
4242

43-
#### Swift Package Manager
43+
#### Swift Package Manager (Xcode 11+)
4444

4545
SDWebImagePhotosPlugin is available through [Swift Package Manager](https://swift.org/package-manager).
4646

SDWebImagePhotosPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImagePhotosPlugin'
11-
s.version = '0.2.1'
11+
s.version = '0.3.0'
1212
s.summary = 'A SDWebImage plugin to support Photos framework image loading.'
1313

1414
s.description = <<-DESC

SDWebImagePhotosPlugin/Module/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.1</string>
18+
<string>0.3.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.2.1</string>
20+
<string>0.3.0</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)