[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 5 / 4 / UINavigationController+DAPowerfulCustomization / 1.1.4 / UINavigationController+DAPowerfulCustomization.podspec.json
blobda2dcecb7944f0a538d01a42c442535db10e43db
2   "name": "UINavigationController+DAPowerfulCustomization",
3   "version": "1.1.4",
4   "summary": "You can customization UINavigationBar for each view controller and enjoy your life.",
5   "description": "A category to expand UINavigationController\n \n1. Enable interactive pop gesture.\n2. You can easily custom the navigation bar and status bar appearance in different view controllers, the appearance transition when push or pop will be wonderful.\n3. When user click the default back button on navigation bar, you can handle the click event and you can prevent the pop event by returning NO.\n4. You can handle the interactive pop gesture recognizer event, returning no to prevent it began.\n \nEnjoy it.",
6   "homepage": "https://github.com/DarkAngel7/UINavigationController-DAPowerfulCustomization",
7   "license": "MIT",
8   "authors": "DarkAngel",
9   "social_media_url": "http://weibo.com/darkangel7",
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/DarkAngel7/UINavigationController-DAPowerfulCustomization.git",
15     "tag": "1.1.4"
16   },
17   "source_files": [
18     "UINavigationController+DAPowerfulCustomization/",
19     "UINavigationController+DAPowerfulCustomization/**/*.{h,m}"
20   ],
21   "public_header_files": "UINavigationController+DAPowerfulCustomization/UINavigationController+DAPowerfulCustomization.h",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/objc"
26   }