[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 1 / 4 / a / AYNavigationBar / 1.1.3 / AYNavigationBar.podspec.json
blob1f048e539681fff80ba5d081ada9c6909cf671e6
2   "name": "AYNavigationBar",
3   "version": "1.1.3",
4   "summary": "A custom navigation bar for replace UINavigationBar.",
5   "description": "A custom navigation bar for replace UINavigationBar addtion with CocoaPods support.",
6   "homepage": "https://github.com/CodeABug/AYNavigationBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gaoX": "gao497868860@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/CodeABug/AYNavigationBar.git",
19     "tag": "1.1.3",
20     "commit": "c283e899e68669421a7fde0c73be8b7508b1436f"
21   },
22   "source_files": "AYNavigationBar/*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "FDFullscreenPopGesture": [
26       "~> 1.1"
27     ]
28   }