Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 834 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 834 Bytes

Mothra

简介

把CocoaPods上底层功能模块库封装成基础模块中间层,便于模块化开发。

  • ✅ HUD层,基于PKHUD
  • ✅ Category层,收集的Category方法。
  • ✅ Log层,基于XCGLogger的Log打印与本地日志生成。
  • ✅ 网络层,Moya
  • ✅ 缓存层,EasyStash
  • ✅ 图片处理,Kingfisher
  • ✅ 其他,SnapKitIQKeyboardManagerHue

frames

安装要求

iOS 11.0

pod 'Mothra', :git => 'ssh://[email protected]:7999/em/Mothra.git' // 配置在本地服务器

使用

启动配置

# Appdelegate.swift
import Mothra

launchSetup()
        molog.debug(NSSearchPathForDirectoriesInDomains(.libraryDirectory, .userDomainMask, true).last! as String)

Demo

shili