HZExtend
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.
Contact
QQ Group:32272635
[email protected]
Email:Installation
CocoaPods
- Add
pod 'HZExtend'
to your Podfile. - Run
pod install
orpod update
. - Import <HZExtend/HZExtend.h>.
Documentation
Full API documentation is available on CocoaDocs.
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.