Skip to content

quasi-library/qs-sdk-swift

Repository files navigation

QSKitLibrary

CI Status Version License Platform

Example

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

Requirements

支持通过swift lint自动格式化代码,在SwiftLint配置规则。

# 支持通过 homebrew 安装
brew install swiftlint

在Build Phases 中Run Swift Lint Script

if [[ "$(uname -m)" == arm64 ]]; then
    export PATH="/opt/homebrew/bin:$PATH"
fi

if which swiftlint > /dev/null; then
  swiftlint --fix --no-cache --config "${PROJECT_DIR}/.swiftlint.yml"
else
  echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint"
fi

Installation

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

pod 'QSKitLibrary'

Author

soulstayreal@gmail.com

License

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

About

🚀 收集iOS开发过程中常用的ui组件,快速搭建纯代码界面

Resources

License

Stars

Watchers

Forks

Packages

No packages published