• Stars
    star
    547
  • Rank 81,254 (Top 2 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A useful collection of iOS components.

HZExtend

License MIT  CocoaPods  CocoaPods  Support 

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:[email protected]

Installation

CocoaPods

  1. Add pod 'HZExtend' to your Podfile.
  2. Run pod install or pod update.
  3. 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.