blob: 13386b1a995b89d78c1b4c42fae985903ef9b11f [file] [log] [blame]
{
"name": "NJHNavigationBarSelectorPageViewController",
"version": "0.2.6",
"summary": "A subclass of UIPageViewController that shows an animated selection bar in the navigation bar when swiping back and forth between pages.",
"description": "A subclass of UIPageViewController that displays a view in the navigation bar that indicates what view controller's view the user is currently looking at. The selection\nbar animates nicely in sync with the user's horizontal scrolling in the page controller. The appearence is highly adjustable, as most of the properties are public.",
"homepage": "https://github.com/abellono/NavigationBarSelectorPageViewController",
"license": "MIT",
"authors": {
"Hakon Hanesand": "hakon@hanesand.no"
},
"source": {
"git": "https://github.com/abellono/NavigationBarSelectorPageViewController.git",
"tag": "0.2.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NJHNavigationBarSelectorPageViewController": [
"Pod/**/*.{png,xib}"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}