Skip to content

Commit fc5dfea

Browse files
author
Jordan Morgan
committed
Merge pull request #10 from bufferapp/task/podspec
Make the pod spec open source friendly
2 parents 98a4939 + 0074297 commit fc5dfea

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

Diff for: BFRImageViewer.podspec

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
Pod::Spec.new do |s|
22
s.name = "BFRImageViewer"
33
s.version = "1.0.7"
4-
s.summary = "BFRImageViewer."
5-
s.homepage = "https://bufferapp.com"
6-
s.license = { :type => 'MIT', :file => 'LICENSE' }
7-
s.author = { "Andrew Yates" => "[email protected]" }
4+
s.summary = "A turnkey solution to display photos and images of all kinds in your app."
5+
s.description = <<-DESC
6+
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.
7+
8+
If features swipe gestures to dismiss, 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 :-).
9+
DESC
10+
s.homepage = "https://github.com/bufferapp/buffer-ios-image-viewer"
11+
s.screenshot = "https://github.com/bufferapp/buffer-ios-image-viewer/blob/master/demo.gif?raw=true"
12+
s.license = "MIT"
13+
s.authors = {"Andrew Yates" => "[email protected]",
14+
"Jordan Morgan" => "[email protected]",
15+
"Humber Aquino" => "[email protected]"}
16+
s.social_media_url = "https://twitter.com/bufferdevs"
817
s.source = { :git => "https://github.com/bufferapp/buffer-ios-image-viewer.git", :tag => 'v1.0.7' }
918
s.source_files = 'Classes', 'BFRImageViewController/**/*.{h,m}'
1019
s.platform = :ios, '8.0'
1120
s.requires_arc = true
21+
s.frameworks = "UIKit", "Photos"
1222
s.dependency 'DACircularProgress'
1323
s.dependency 'SDWebImage'
14-
end
24+
end

0 commit comments

Comments
 (0)