[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / c / YKBaseNavigationController / 1.0.0 / YKBaseNavigationController.podspec.json
blob3e3d4238395f47a057b9de4deb7d7f02bcb9976b
2   "name": "YKBaseNavigationController",
3   "version": "1.0.0",
4   "summary": "A Custom NavigationController.",
5   "description": "自定义导航,可手动设置是否支持全屏Pop返回,支持Storyboard",
6   "homepage": "https://github.com/Yue-Kun/YKBaseNavigationController.git",
7   "license": "MIT",
8   "authors": {
9     "Yue-Kun": "developer_yk@126.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Yue-Kun/YKBaseNavigationController.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "YKBaseNavigationController",
20     "YKBaseNavigationController/*.{h,m}"
21   ],
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]