https://github.com/fulldecent/tmp-swift5-module
https://github.com/fulldecent/tmp-swift5-module
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fulldecent/tmp-swift5-module
- Owner: fulldecent
- License: mit
- Created: 2021-04-10T20:51:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T22:06:32.000Z (about 5 years ago)
- Last Synced: 2024-06-13T21:10:00.981Z (about 2 years ago)
- Language: Swift
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ALMOST DONE :walking_woman: :running_woman: :biking_woman:
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](https://github.com/fulldecent/swift5-module-template) FOR UPDATES.
----
# xxPROJECTxNAMExx
[](https://travis-ci.org/__GITHUB_USERNAME__/xxPROJECTxNAMExx)

[](LICENSE)
## 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](http://cocoapods.org), just add 'xxPROJECTxNAMExx' to your `Podfile` then run `pod install`.
### Carthage
If you are already using [Carthage](https://github.com/Carthage/Carthage), just add to your `Cartfile`:
```ogdl
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](LICENSE) for more information.