[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / e / 0 / UUNavigationController / 1.0.0 / UUNavigationController.podspec.json
blobc8bb54116b19a777d3b35055713a0e12df5877e1
2   "name": "UUNavigationController",
3   "version": "1.0.0",
4   "summary": "Another implementation of UINavigationController",
5   "description": "Another implementation of UINavigationController.",
6   "homepage": "https://github.com/neutronstarer/UUNavigationController",
7   "license": "BSD 3-Clause",
8   "authors": {
9     "neutronstarer": "neutronstarer@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "tvos": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/neutronstarer/UUNavigationController.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "UUNavigationController/*.{h,m}",
20   "frameworks": "UIKit",
21   "public_header_files": [
22     "UUNavigationController/UINavigationController+UU.h",
23     "UUNavigationController/UIViewController+UU.h",
24     "UUNavigationController/UUPushAnimator.h",
25     "UUNavigationController/UUAlertAnimator.h",
26     "UUNavigationController/UUActionSheetAnimator.h",
27     "UUNavigationController/UUTransparentBackgroundView.h",
28     "UUNavigationController/UUPresentAnimator.h",
29     "UUNavigationController/UUFadeAnimator.h",
30     "UUNavigationController/UUNavigationControllerDelegate.h",
31     "UUNavigationController/UUViewControllerAnimatedTransitioning.h",
32     "UIKit"
33   ]