blob: 31eb8861b43e08a50f2f09e9c5f2ff1ddc85f65d [file] [log] [blame]
{
"name": "Union",
"version": "0.0.1",
"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 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.0.1"
},
"source_files": "Union/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}