HZExtend is a collection of iOS components.
It consists of the following several independent components:
- HZFoundation — A set of useful categories for Foundation and UIKit.
- HZURLManager — URL routing library for iOS, support URL rewrite.
- HZNetwork — A useful networking framework based on AFNetworking for iOS, OS X, watchOS, and tvOS.
- HZORM — Provides a beautiful, simple ActiveRecord implementation to interact with the database.
Email:[email protected]
- Add
pod 'HZExtend'
to your Podfile. - Run
pod install
orpod update
. - Import <HZExtend/HZExtend.h>.
Full API documentation is available on CocoaDocs.
This library requires iOS 8.0+
and Xcode 8.0+
.
I do not recommend using the HZExtend
directly, you should try the separated components first.
HZExtend is provided under the MIT license. See LICENSE file for details.