# HZExtend **Repository Path**: wenwenpro/HZExtend ## Basic Information - **Project Name**: HZExtend - **Description**: A useful collection of iOS components. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README HZExtend ============== [![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/GeniusBrother/HZExtend/master/LICENSE)  [![CocoaPods](https://img.shields.io/cocoapods/v/HZExtend.svg?style=flat)](http://cocoapods.org/pods/HZExtend)  [![CocoaPods](http://img.shields.io/cocoapods/p/HZExtend.svg?style=flat)](http://cocoadocs.org/docsets/HZExtend)  [![Support](https://img.shields.io/badge/support-iOS%208%2B%20-blue.svg?style=flat)](https://www.apple.com/nl/ios/)  HZExtend is a collection of iOS components. It consists of the following several independent components: * [HZFoundation](https://github.com/GeniusBrother/HZFoundation) — A set of useful categories for Foundation and UIKit. * [HZURLManager](https://github.com/GeniusBrother/HZURLManager) — URL routing library for iOS, support URL rewrite. * [HZNetwork](https://github.com/GeniusBrother/HZNetwork) — A useful networking framework based on AFNetworking for iOS, OS X, watchOS, and tvOS. * [HZORM](https://github.com/GeniusBrother/HZORM) — Provides a beautiful, simple ActiveRecord implementation to interact with the database. Contact ============== #### QQ Group:32272635 #### Email:zuohong_xie@163.com Installation ============== ### CocoaPods 1. Add `pod 'HZExtend'` to your Podfile. 2. Run `pod install` or `pod update`. 3. Import \. Documentation ============== Full API documentation is available on [CocoaDocs](http://cocoadocs.org/docsets/HZExtend/).
Requirements ============== This library requires `iOS 8.0+` and `Xcode 8.0+`. Notice ============== I do not recommend using the `HZExtend` directly, you should try the separated components first. License ============== HZExtend is provided under the MIT license. See LICENSE file for details.