Skip to content

Commit 1e5744c

Browse files
Version bump
1 parent cc58637 commit 1e5744c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BFRImageViewer.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Pod::Spec.new do |s|
22
s.name = "BFRImageViewer"
3-
s.version = "1.3.0"
3+
s.version = "1.3.1"
44
s.summary = "A turnkey solution to display photos and images of all kinds in your app."
55
s.description = <<-DESC
66
The BFRImageViewer is a turnkey solution to present images within your iOS app 🎉!
77
8-
If features swipe gestures to dismiss, parallax scrolling, image scaling, zooming and panning, supports multiple images, image types, and plays nicely with 3D touch! We use it all over the place in Buffer for iOS :-).
8+
If features swipe gestures to dismiss, parallax scrolling, image scaling, zooming and panning, supports multiple images, image types, and plays nicely with live photos! We use it all over the place in Buffer for iOS :-).
99
DESC
1010
s.homepage = "https://github.com/bufferapp/buffer-ios-image-viewer"
1111
s.screenshot = "https://github.com/bufferapp/buffer-ios-image-viewer/blob/master/demo.gif?raw=true"
1212
s.license = "MIT"
1313
s.authors = {"Andrew Yates" => "[email protected]",
1414
"Jordan Morgan" => "[email protected]"}
1515
s.social_media_url = "https://twitter.com/bufferdevs"
16-
s.source = { :git => "https://github.com/bufferapp/buffer-ios-image-viewer.git", :tag => '1.3.0' }
16+
s.source = { :git => "https://github.com/bufferapp/buffer-ios-image-viewer.git", :tag => '1.3.1' }
1717
s.source_files = 'Classes', 'BFRImageViewController/**/*.{h,m}'
1818
s.resources = ['BFRImageViewController/**/BFRImageViewerLocalizations.bundle']
1919
s.exclude_files = 'BFRImageViewController/**/lowResImage.png'

0 commit comments

Comments
 (0)