Skip to content
/ Mothra Public

魔兽魔斯拉, 组件化开发使用的基础功能模块(Swift版)。能与Ghidrah兼容。

License

Notifications You must be signed in to change notification settings

kuroky/Mothra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

魔兽魔斯拉, 组件化开发使用的基础功能模块(Swift版)。能与Ghidrah兼容。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published