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