[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / a / d / NJHNavigationBarSelectorPageViewController / 1.0.8 / NJHNavigationBarSelectorPageViewController.podspec.json
blobfe8d396c0efeb623f026c22ec3c67a72dc92cb20
2   "name": "NJHNavigationBarSelectorPageViewController",
3   "version": "1.0.8",
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.8"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m,swift}",
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   ]