| { |
| "name": "Transitions", |
| "version": "0.1.5", |
| "summary": "Simple way of presenting a view controller by using transition animations, which may be interactive.", |
| "homepage": "https://github.com/PabloAlejandro/Transitions", |
| "description": "Transitions library provides an easy way to present different view controllers with a transition animation, which may be interactive, by just subclassing your view controller.\nBy subclassing your view controller with the right transition controller, you will be able to present/dismiss, push/pop, select, a new view controller with a custom *interactive* animation with a simple call, without having to worry about implementing any `UIViewControllerInteractiveTransitioning` or `UIViewControllerAnimatedTransitioning`.", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Pablo A. Pérez-Martínez (Pau)": "pau.ios.developer@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/PabloAlejandro/Transitions.git", |
| "tag": "0.1.5" |
| }, |
| "source_files": [ |
| "Transitions/Controllers/*.{swift}", |
| "Transitions/Classes/*.{swift}" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "XCTest" |
| ], |
| "pushed_with_swift_version": "3.0", |
| "deprecated": true |
| } |