forked from bufferapp/buffer-ios-image-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 🎉! | ||
|
@@ -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' | ||
|