Skip to content

Commit

Permalink
1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ay8s committed May 26, 2020
1 parent 6205c71 commit a162aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BFRImageViewer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BFRImageViewer"
s.version = "1.2.8"
s.version = "1.2.9"
s.summary = "A turnkey solution to display photos and images of all kinds in your app."
s.description = <<-DESC
The BFRImageViewer is a turnkey solution to present images within your iOS app 🎉!
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.authors = {"Andrew Yates" => "[email protected]",
"Jordan Morgan" => "[email protected]"}
s.social_media_url = "https://twitter.com/bufferdevs"
s.source = { :git => "https://github.com/bufferapp/buffer-ios-image-viewer.git", :tag => '1.2.8' }
s.source = { :git => "https://github.com/bufferapp/buffer-ios-image-viewer.git", :tag => '1.2.9' }
s.source_files = 'Classes', 'BFRImageViewController/**/*.{h,m}'
s.resources = ['BFRImageViewController/**/BFRImageViewerLocalizations.bundle','BFRImageViewController/**/*.{png}']
s.exclude_files = 'BFRImageViewController/**/lowResImage.png'
Expand Down

0 comments on commit a162aac

Please sign in to comment.