[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 9 / f / 4 / BMYScrollableNavigationBar / 1.0.0 / BMYScrollableNavigationBar.podspec.json
blob7efcfd78bc6b53f8b8b661427d2ade4d016967e9
2   "name": "BMYScrollableNavigationBar",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "summary": "Facebook-style scrollable navigation bar as used in the Beamly iOS app.",
8   "description": "This version of the scrollable navigation bar feature is an evolution on Valentin Shergin's SherginScrollableNavigationBar. There are a few open source components for iOS but all of them suffer of different issues (included the original SherginScrollableNavigationBar) and work only with translucent or opaque navigation bars. This version aims to support both translucent and opaque navigation bars.",
9   "homepage": "https://github.com/beamly/BMYScrollableNavigationBar",
10   "authors": {
11     "Alberto De Bortoli": "alberto@beamly.com"
12   },
13   "source": {
14     "git": "https://github.com/beamly/BMYScrollableNavigationBar.git",
15     "tag": "1.0.0"
16   },
17   "license": {
18     "type": "New BSD License",
19     "file": "LICENSE.md"
20   },
21   "source_files": [
22     "BMYScrollableNavigationBar/*.{h,m}"
23   ],
24   "requires_arc": true