| { |
| "name": "ZoomInteractiveTransition", |
| "version": "0.2.4", |
| "summary": "Simple zoom transition using iOS 7 Custom View Controller Transitions API", |
| "homepage": "https://github.com/DenHeadless/ZoomInteractiveTransition", |
| "license": "MIT", |
| "authors": { |
| "Denys Telezhkin": "denys.telezhkin@yandex.ru" |
| }, |
| "social_media_url": "http://twitter.com/DTCoder", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/DenHeadless/ZoomInteractiveTransition.git", |
| "tag": "0.2.4" |
| }, |
| "source_files": "ZoomTransition", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |