[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 1 / 4 / a / AYNavigationBar / 1.0.4 / AYNavigationBar.podspec.json
blob50bb0697929f8f4e76bfa66d1c91d92f67d69fb8
2   "name": "AYNavigationBar",
3   "version": "1.0.4",
4   "summary": "A custom navigation bar replace UINavigationBar.",
5   "description": "A custom navigation bar 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.0.4",
20     "commit": "80c67a831a9c637729793e5f09e78f17bb712e20"
21   },
22   "source_files": "AYNavigationBar/*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "FDFullscreenPopGesture": [
26       "~> 1.1"
27     ]
28   }