[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / a / e / f / Union / 0.2.0 / Union.podspec.json
blob83f4ed9f1ee770d5aa220c67ab8a4eb6d874a4d8
2   "name": "Union",
3   "version": "0.2.0",
4   "summary": "Context transitioning's animation manager for iOS written in Swift.",
5   "description": "  Context transitioning's animation manager for iOS written in Swift.\n  Call Union transition on UINavigationControllerDelegate and create animation tasks for each layer's animation and deliver tasks on Union.Delegate.\n",
6   "homepage": "https://github.com/hirohisa/Union",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hirohisa Kawasaki": "hirohisa.kawasaki@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hirohisa/Union.git",
16     "tag": "0.2.0"
17   },
18   "source_files": "Union/*.swift",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   }