blob: 84b05337c837bc4674b32baa16d69afe1c76920e [file] [log] [blame]
{
"name": "KNMModalTransition",
"version": "0.1.0",
"summary": "A modal transition base class that abstracts the differences between iOS 7 and 8, as well as different orientations.",
"description": " This class abstracts the differences between iOS 7 and iOS 8, as\n well as between different interface orientations when using\n custom animated modal transitions. \n",
"homepage": "https://github.com/konoma/ios-modal-transition",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/konoma/ios-modal-transition.git",
"tag": "v0.1.0"
},
"source_files": "Library",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}