blob: 1ef29bee65e70ba3912d9f96305e36993c08dc44 [file] [log] [blame]
{
"name": "TransitioningKit",
"version": "0.1",
"summary": "A Swift framework for simplifying, clarifying, & standardizing custom navigation & view controller transitions.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/puffinsupply/TransitioningKit",
"authors": {
"Adam Michela": "desk@miche.la"
},
"source": {
"git": "https://github.com/puffinsupply/TransitioningKit.git",
"tag": "0.1"
},
"source_files": "TransitioningKit/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}