miaoruiyuan / HZExtend

MVVM, Powerful Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

MVVM, Powerful Extension

License:MIT License


Languages

Language:Objective-C 99.5%Language:Ruby 0.5%