[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / c / 8 / DBScrollingNavigationBar / 1.0.0 / DBScrollingNavigationBar.podspec.json
blob0b71094996088b54189bddb5258df4215f518d87
2   "name": "DBScrollingNavigationBar",
3   "version": "1.0.0",
4   "summary": "Support for scrollable UINavigationBar and UITabBar that follows the scrolling of a UIScrollView.",
5   "license": "MIT",
6   "platforms": {
7     "ios": "7.0"
8   },
9   "homepage": "https://github.com/DevonBoyer/DBScrollingNavigationBar",
10   "authors": {
11     "Devon Boyer": "devonboyer94@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/DevonBoyer/DBScrollingNavigationBar.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "Pod/Classes/**/*",
18   "resource_bundles": {
19     "DBScrollingNavigationBar": [
20       "Pod/Assets/*.png"
21     ]
22   },
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true