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