blob: baedf6b67cf0314b9b59646491a04aff08d7f668 [file] [log] [blame]
{
"name": "HTKScrollingNavigationController",
"version": "0.0.2",
"summary": "Scrolling navigation controller with slide-up transitions for iOS 7.x",
"description": " Scrolling navigation controller for iOS 7.x with slide-up transitions. It uses UICollectionView under the hood and currently supports vertical sliding.\n",
"homepage": "http://www.github.com/henrytkirk/HTKScrollingNavigationController",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Henry T Kirk": "henrytkirk@gmail.com"
},
"social_media_url": "http://twitter.com/henrytkirk",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/henrytkirk/HTKScrollingNavigationController.git",
"tag": "v0.0.2"
},
"source_files": "HTKScrollingNavigationController/*.{h,m}",
"requires_arc": true
}