-
Notifications
You must be signed in to change notification settings - Fork 54
/
ZoomTransitioning.podspec
18 lines (18 loc) · 1.09 KB
/
ZoomTransitioning.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'ZoomTransitioning'
s.version = '1.6.0'
s.summary = 'ZoomTransitioning provides a custom transition with image zooming animation.'
s.description = <<-DESC
ZoomTransitioning provides a custom transition with image zooming animation.
When you use this library with UINavigationController, you can pop view controller with edge swiping.
DESC
s.homepage = 'https://github.com/WorldDownTown/ZoomTransitioning'
s.screenshots = 'http://i.giphy.com/l0HlGSD26DXKSqWBi.gif'
s.license = { type: 'MIT', file: 'LICENSE' }
s.author = { 'WorldDownTown' => '[email protected]' }
s.source = { git: 'https://github.com/WorldDownTown/ZoomTransitioning.git', tag: s.version.to_s }
s.social_media_url = 'https://twitter.com/WorldDownTown'
s.ios.deployment_target = '9.3'
s.source_files = 'ZoomTransitioning/*.swift'
s.frameworks = 'UIKit'
end