[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / c / 2 / Transitions / 0.1.4 / Transitions.podspec.json
blob1809cdaaaf8e821d82bb2a0989c51c54f0995e93
2   "name": "Transitions",
3   "version": "0.1.4",
4   "summary": "Simple way of presenting a view controller by using transition animations, which may be interactive.",
5   "homepage": "https://github.com/PabloAlejandro/Transitions",
6   "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`.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pablo A. Pérez-Martínez (Pau)": "pau.ios.developer@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/PabloAlejandro/Transitions.git",
19     "tag": "0.1.4"
20   },
21   "source_files": [
22     "Transitions/Controllers/*.{swift}",
23     "Transitions/Classes/*.{swift}"
24   ],
25   "frameworks": "UIKit",
26   "pushed_with_swift_version": "3.0",
27   "deprecated": true