[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / a / d / NJHNavigationBarSelectorPageViewController / 0.2.7 / NJHNavigationBarSelectorPageViewController.podspec.json
blobdbda8ca9cdba2c7dba5c4c03d9872865a9eddd63
2   "name": "NJHNavigationBarSelectorPageViewController",
3   "version": "0.2.7",
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": "0.2.7"
15   },
16   "platforms": {
17     "ios": "8.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   ]