项目作者: rootstrap

项目描述 :
Builder for Cocoapod, Carthage and Swift Package manager libraries in Swift.
高级语言: Swift
项目地址: git://github.com/rootstrap/swift-lib-builder.git
创建时间: 2020-06-17T16:22:38Z
项目社区:https://github.com/rootstrap/swift-lib-builder

开源协议:MIT License

下载


swift-lib-builder

Maintainability
Version
License
Swift Version

What is it?

swift-lib-builder allows you yo skip a huge amount of manual work when creating libraries in Swift to support the more common package managers like Cocoapods, Carthage and Swift Package Manager.

Usage

Execute the build-library binary from the terminal:

  1. ./build-library

Follow the instructions and provide the information requested.

Optionally, you can provide the output folder for your new library. If you omit this value the project will be created in a folder
named after your library in the current location.

  1. ./build-library /relative/path/to/folder

Credits

swift-lib-builder is maintained by Rootstrap and German López with the help of our contributors.

License

swift-lib-builder is available under the MIT license. See the LICENSE file for more info.