[Delete] VersionConfirm 0.1.1
[CocoaPods.git] / Specs / 1 / a / d / NJHNavigationBarSelectorPageViewController / 1.0.4 / NJHNavigationBarSelectorPageViewController.podspec.json
blobed114f53221336d3e364eb7df36153fff63ddb51
2   "name": "NJHNavigationBarSelectorPageViewController",
3   "version": "1.0.4",
4   "summary": "A view controller that shows synchronizes a selection bar with swipes in a page controller.",
5   "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.",
6   "homepage": "https://github.com/abellono/NavigationBarSelectorPageViewController",
7   "license": "MIT",
8   "authors": {
9     "Hakon Hanesand": "hakon@abello.no",
10     "Nikolai Heum": "nikolai@abello.no"
11   },
12   "source": {
13     "git": "https://github.com/abellono/NavigationBarSelectorPageViewController.git",
14     "tag": "1.0.4"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "NJHNavigationBarSelectorPageViewController": [
23       "Pod/**/*.{png,xib}"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ]