blob: efaff1a285383b5e9b29cec2e215d184efdb1472 [file] [log] [blame]
{
"name": "KDInteractiveNavigationController",
"version": "0.1.2",
"summary": "A UINavigationController subclass that support interactive UINavigationbar with hidden or show.",
"homepage": "https://github.com/kingiol/KDInteractiveNavigationController",
"screenshots": "https://raw.githubusercontent.com/kingiol/KDInteractiveNavigationController/master/etc/screenshots.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kingiol": "kingxiaokang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kingiol/KDInteractiveNavigationController.git",
"tag": "0.1.2"
},
"source_files": "KDInteractiveNavigationController/*.{swift}",
"frameworks": [
"UIKit"
]
}