blob: 038a0eaec6d0cfedbd44fa839cfdabca33be8f7a [file] [log] [blame]
{
"name": "Union",
"version": "0.1.0",
"summary": "Context transitioning's animation manager for iOS written in Swift.",
"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",
"homepage": "https://github.com/hirohisa/Union",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hirohisa Kawasaki": "hirohisa.kawasaki@gmail.com"
},
"source": {
"git": "https://github.com/hirohisa/Union.git",
"tag": "0.1.0"
},
"source_files": "Union/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}