Skip to content

mqiezi/QzToolKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QzToolKit

CI Status Version License Platform

QzToolkit 工具库说明

QzToolkit 工具库是日常工程开发中收集整理聚合成的一些常用工具代码。有些代码已经记不起摘自哪里,觉得好用就收集在这里做一个通用工具。

  • QzMacros: QzMacros 中提供了一些工程开发中常用的宏。

  • QzLogger: QzLogger 中提供了简易的日志工具,支持日志的终端显示和本地存储。

  • QzUserDefaults: QzUserDefaults中提供NSUserDefaults的简易封装。

  • QzKeyChain: QzKeyChain中提供KeyChain的简易封装。

  • QzExtension: QzExtension中包含一些常用的扩展方法,为了避免使用-ObjC、-all_load等编译参数,这里都写成QzExtension的类方法。

  • QzCryptor: QzCryptor中包含一些常用的加密、解密方法(如:AES、RSA)。具体实现来源自github中的一些相关加解密库(例如:CommonCrypto).

  • QzReachability: QzReachability中是常用的网络状态库,也收集自网络。

  • QzLocation: QzLocation提供地理位置获取。

  • QzUA: QzUA提供UserAgent获取.

  • QzFileManager: QzFileManager提供常用文件位置的获取、文件的下载缓存(参考SDWebImage)等。

  • QzErrorQzError是错误码定义的一个示例。

  • QzQueue: QzQueue通过泛型方式定义一个队列。

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

QzToolKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'QzToolKit'

Author

mqiezi, [email protected]

License

QzToolKit is available under the MIT license. See the LICENSE file for more info.

About

QzToolkit 工具库是日常工程开发中收集整理聚合成的一些常用工具代码(如:RSA、AES、Keychain、UA、Location等)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published