We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffc07f commit 82f1e9dCopy full SHA for 82f1e9d
BFRImageViewer.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "BFRImageViewer"
3
- s.version = "1.0.2"
+ s.version = "1.0.3"
4
s.summary = "BFRImageViewer."
5
s.homepage = "https://bufferapp.com"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
7
s.author = { "Andrew Yates" => "andy@bufferapp.com" }
8
- s.source = { :git => "https://github.com/bufferapp/buffer-ios-image-viewer.git", :tag => 'v1.0.2' }
+ s.source = { :git => "https://github.com/bufferapp/buffer-ios-image-viewer.git", :tag => 'v1.0.3' }
9
s.source_files = 'Classes', 'BFRImageViewController/**/*.{h,m}'
10
s.platform = :ios, '8.0'
11
s.requires_arc = true
0 commit comments