[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 4 / a / AYNavigationBar / 1.0.5 / AYNavigationBar.podspec.json
blobee07b0756f74579fd23bf525e782f141edb3831c
2   "name": "AYNavigationBar",
3   "version": "1.0.5",
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.5",
20     "commit": "fe110cde1301a3a853dad78c6c01ebedbb3c2bc2"
21   },
22   "source_files": "AYNavigationBar/*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "FDFullscreenPopGesture": [
26       "~> 1.1"
27     ]
28   }