[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 0 / c / 2 / Transitions / 0.1.5 / Transitions.podspec.json
blobc1031505459eb5a0da3836701f784697251a4b07
2   "name": "Transitions",
3   "version": "0.1.5",
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.5"
20   },
21   "source_files": [
22     "Transitions/Controllers/*.{swift}",
23     "Transitions/Classes/*.{swift}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "XCTest"
28   ],
29   "pushed_with_swift_version": "3.0",
30   "deprecated": true