[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / d / NJHNavigationBarSelectorPageViewController / 0.1.1 / NJHNavigationBarSelectorPageViewController.podspec.json
blob3d607f73674ee7ee7dadeedceb1c267f69579933
2   "name": "NJHNavigationBarSelectorPageViewController",
3   "version": "0.1.1",
4   "summary": "A subclass of UIPageViewController that shows an animated selection bar in the navigation bar when swiping back and forth between pages.",
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@hanesand.no"
10   },
11   "source": {
12     "git": "https://github.com/abellono/NavigationBarSelectorPageViewController.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "NJHNavigationBarSelectorPageViewController": [
22       "Pod/**/*.{png,xib}"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ]