/NXFramework-Swift

Primary LanguageSwiftMIT LicenseMIT

NXFramework-Swift

CI Status Version License Platform

TODO List

  • Swift 代码格式化插件

目录说明

├── Assets 资源目录
│   ├── en.lproj
│   └── zh-Hans.lproj
├── NXCustomViews  自定义 view
│   └── NXLabel
├── NXDBManager 数据库管理
├── NXDebug  调试窗口
│   ├── NXLogger.swift
│   ├── NXLoggerManager.swift
│   └── NXLoggerVC.swift
├── NXExtension 扩展
│   ├── NXFundation+Ext.swift
│   ├── NXUI+Ext.swift
│   └── NXUIColor+Ext.swift
├── NXMacro 宏配置
│   ├── NXConfig.swift
├── NXNetworkManger   网络管理
└── NXUtility 工具类目录

Example

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

Requirements

Swift5.0+

Installation

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

pod 'NXFramework-Swift'
or
pod "NXFramework-Swift" ,:git => 'https://github.com/jsonwang/NXFramework-Swift.git'

Author

LM, WWW, Codeer_YT, AK

License

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