# NXFramework-Swift [![CI Status](http://img.shields.io/travis/wangcheng/NXFramework.svg?style=flat)](https://travis-ci.org/wangcheng/NXFramework) [![Version](https://img.shields.io/cocoapods/v/NXFramework.svg?style=flat)](http://cocoapods.org/pods/NXFramework) [![License](https://img.shields.io/cocoapods/l/NXFramework.svg?style=flat)](http://cocoapods.org/pods/NXFramework) [![Platform](https://img.shields.io/cocoapods/p/NXFramework.svg?style=flat)](http://cocoapods.org/pods/NXFramework) # 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 ## Installation NXFramework is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'NXFramework-Swift' or pod "NXFramework-Swift" ,:git => 'https://github.com/jsonwang/NXFramework-Swift.git' ``` ## Author LM, WWW, 袁涛, AK ## License NXFramework is available under the MIT license. See the LICENSE file for more info.