[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / e / 0 / UUNavigationController / 1.0.1 / UUNavigationController.podspec.json
blobc0e24228fa65a60fac79ac8c632eaf5ff25caa5d
2   "name": "UUNavigationController",
3   "version": "1.0.1",
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.1"
18   },
19   "source_files": "UUNavigationController/",
20   "frameworks": "UIKit",
21   "public_header_files": [
22     "UUNavigationController/UUNavigationController.h",
23     "UUNavigationController/UINavigationController+UU.h",
24     "UUNavigationController/UIViewController+UU.h",
25     "UUNavigationController/UUPushAnimator.h",
26     "UUNavigationController/UUAlertAnimator.h",
27     "UUNavigationController/UUActionSheetAnimator.h",
28     "UUNavigationController/UUTransparentBackgroundView.h",
29     "UUNavigationController/UUPresentAnimator.h",
30     "UUNavigationController/UUFadeAnimator.h",
31     "UUNavigationController/UUNavigationControllerDelegate.h",
32     "UUNavigationController/UUViewControllerAnimatedTransitioning.h",
33     "UIKit"
34   ]