| { |
| "name": "Transitions", |
| "version": "0.1.2", |
| "summary": "Simple way of presenting a view controller by using transition animations, which may be interactive.", |
| "homepage": "https://github.com/PabloAlejandro/Transitions", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Pau": "pau.ios.developer@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/PabloAlejandro/Transitions.git", |
| "tag": "0.1.2" |
| }, |
| "source_files": [ |
| "Transitions/Controllers/*.{swift}", |
| "Transitions/Classes/*.{swift}" |
| ], |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "3.0", |
| "deprecated": true |
| } |