[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / a / d / NJHNavigationBarSelectorPageViewController / 0.2.0 / NJHNavigationBarSelectorPageViewController.podspec.json
blob9ca8c31f1df4e4829555b9d16e2dea2428f81db8
2   "name": "NJHNavigationBarSelectorPageViewController",
3   "version": "0.2.0",
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.2.0"
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   ]