Skip to content

Commit f065924

Browse files
committed
update podspec
1 parent 431e320 commit f065924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ZoomTransitioning.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZoomTransitioning'
3-
s.version = '1.4.1'
3+
s.version = '1.5.0'
44
s.summary = 'ZoomTransitioning provides a custom transition with image zooming animation.'
55
s.description = <<-DESC
66
ZoomTransitioning provides a custom transition with image zooming animation.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.author = { 'WorldDownTown' => '[email protected]' }
1313
s.source = { git: 'https://github.com/WorldDownTown/ZoomTransitioning.git', tag: s.version.to_s }
1414
s.social_media_url = 'https://twitter.com/WorldDownTown'
15-
s.ios.deployment_target = '8.0'
15+
s.ios.deployment_target = '9.3'
1616
s.source_files = 'ZoomTransitioning/*.swift'
1717
s.frameworks = 'UIKit'
1818
end

0 commit comments

Comments
 (0)