Skip to content

Fixed up pod spec #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.0.22"
s.version = "1.0.23"
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 🎉! It's based off of the excellent IDMPhotoBrowser, but tweaked for our own needs.
Expand All @@ -14,12 +14,12 @@ Pod::Spec.new do |s|
"Jordan Morgan" => "jordan@bufferapp.com",
"Humber Aquino" => "humber@bufferapp.com"}
s.social_media_url = "https://twitter.com/bufferdevs"
s.source = { :git => "https://github.com/bufferapp/buffer-ios-image-viewer.git", :tag => 'v1.0.22' }
s.source = { :git => "https://github.com/bufferapp/buffer-ios-image-viewer.git", :tag => 'v1.0.23' }
s.source_files = 'Classes', 'BFRImageViewController/**/*.{h,m}'
s.resources = ['BFRImageViewController/**/BFRImageViewerLocalizations.bundle','BFRImageViewController/**/*.{png}']
s.platform = :ios, '8.0'
s.requires_arc = true
s.frameworks = "UIKit", "Photos"
s.dependency 'DACircularProgress'
s.dependency 'PINRemoteImage'
s.dependency 'PINRemoteImage', '~> 3.0.0-beta.7'
end