blob: 7eb8a82d7a9e29804a1b0cb6cb8a83fe61554ada [file] [log] [blame]
{
"name": "HTKScrollingNavigationController",
"version": "0.0.1",
"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",
"commit": "9df644afaac6717973549f9203c4aa1acce203ba"
},
"source_files": "HTKScrollingNavigationController/*.{h,m}",
"requires_arc": true
}