blob: fe8d396c0efeb623f026c22ec3c67a72dc92cb20 [file] [log] [blame]
{
"name": "NJHNavigationBarSelectorPageViewController",
"version": "1.0.8",
"summary": "A view controller that shows synchronizes a selection bar with swipes in a page controller.",
"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@abello.no",
"Nikolai Heum": "nikolai@abello.no"
},
"source": {
"git": "https://github.com/abellono/NavigationBarSelectorPageViewController.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m,swift}",
"resource_bundles": {
"NJHNavigationBarSelectorPageViewController": [
"Pod/**/*.{png,xib}"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}