Skip to content

Commit

Permalink
[New Pod] MTZoomWindow 0.5: A UIWindow that can be used to zoom in a …
Browse files Browse the repository at this point in the history
…specific UIView and displays it fullscreen.
  • Loading branch information
alloy committed Nov 10, 2011
1 parent 1f870cb commit 5b62447
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions MTZoomWindow/0.5/MTZoomWindow.podspec
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'MTZoomWindow'
s.version = '0.5'
s.platform = :ios
s.summary = 'A UIWindow that can be used to zoom in a specific UIView and displays it fullscreen.'
s.homepage = 'https://github.com/myell0w/MTZoomWindow'
s.author = { 'Matthias Tretter' => 'myell0w@me.com' }
s.source = { :git => 'https://github.com/myell0w/MTZoomWindow.git', :tag => '0.5' }

s.description = 'This class provides a simple way to zoom a specific UIView and display it ' \
'fullscreen, upon a defined action of the user (uses UIGestureRecognizer to ' \
'detect actions). If the user performs the action on the specified UIView the ' \
'view gets zoomed in animated and is displayed fullscreen, with a black ' \
'background. If the user performs the same gesture again, the UIView gets ' \
'zoomed back out and everything is like it was before.'

s.requires_arc = true
s.source_files = '*.{h,m}'
end

0 comments on commit 5b62447

Please sign in to comment.