Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 2.04 KB

File metadata and controls

59 lines (31 loc) · 2.04 KB

ALMOST DONE 🚶‍♀️ 🏃‍♀️ 🚴‍♀️

Thank you for using Swift 5 Module Template. Before you release your awesome project to the world, complete the following steps.

THIS LIST IS EASY, CHECK IT OFF ONE-BY-ONE BABY! ✔️ ✔️ ✔️

  • Open the project in Xcode and add features to xxPROJECTxNAMExx
  • Make sure you are using Swift 5 (Edit > Convert > To Current Swift Syntax…)
  • Fix all build errors and warnings, add tests (yes really)
  • Add a screenshot or AT LEAST some picture below in this README
  • Delete all this crap up here
  • Make one release (full steps are in [CONTRIBUTING.md] in case you forget)

THEN YOU'RE DONE, GO STAR swift5-module-template FOR UPDATES.


xxPROJECTxNAMExx

GitHub tag (latest SemVer)

Screenshot

Example

To run the example project, clone this repo, and open iOS Example.xcworkspace from the iOS Example directory.

Requirements

Installation

Add this to your project using Swift Package Manager. In Xcode that is simply: File > Swift Packages > Add Package Dependency... and you're done. Alternative installations options are shown below for legacy projects.

CocoaPods

If you are already using CocoaPods, just add 'xxPROJECTxNAMExx' to your Podfile then run pod install.

Carthage

If you are already using Carthage, just add to your Cartfile:

github "__GITHUB_USERNAME__/xxPROJECTxNAMExx" ~> 0.1

Then run carthage update to build the framework and drag the built xxPROJECTxNAMExx.framework into your Xcode project.

Author

AUTHOR NAME

License

xxPROJECTxNAMExx is available under the MIT license. See the LICENSE file for more information.