blob: 35f610196cbe2ea815e069bea0b21373ff0078e4 [file] [log] [blame]
{
"name": "Union",
"version": "0.4.0",
"summary": "Context transitioning's animation manager for iOS written in Swift.",
"description": "Context transitioning's animation manager for iOS written in Swift.\nCreate animation tasks for each layer's animation and deliver tasks on Union.Delegate.",
"homepage": "https://github.com/TransitionKit/Union",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hirohisa Kawasaki": "hirohisa.kawasaki@gmail.com"
},
"source": {
"git": "https://github.com/TransitionKit/Union.git",
"tag": "0.4.0"
},
"source_files": "Union/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}