[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / 1 / 4 / a / AYNavigationBar / 1.0.2 / AYNavigationBar.podspec.json
blobb82583a1f01d1088890fb3be24d89e8c95170c59
2   "name": "AYNavigationBar",
3   "version": "1.0.2",
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.2",
20     "commit": "cca19df87675e27defd40ed62cd2389fe336120b"
21   },
22   "source_files": "AYNavigationBar/*.{h,m}",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "dependencies": {
26     "FDFullscreenPopGesture": [
27       "~> 1.1"
28     ]
29   }