Blackjacx/SHDateFormatter
A date formatter supporting encoding as well as decoding of many different date and time formats including the often used ISO8601 standard.
Installation
Swift Package Manager
In Xcode open your target list and select your project. Click the tab Swift Packages and there the small + icon. Enter the URL of this repository, select the version you want to install - usually the preset is okay - and confirm.
CocoaPods
I dropped CocoaPods support in favor of SPM from version 1.7.0. Please integrate the package via SPM (see above).
Carthage
I dropped Carthage support in favor of SPM from version 1.7.0. Please integrate the package via SPM (see above).
Code Documentation
The code documentation is generated and hosted by Swift Package Index (powered by DocC)
Release
To release this Swift package the following steps have to be taken:
- Create a new branch
release-x.y.z - Run
bash <(curl -H -s https://raw.githubusercontent.com/Blackjacx/Scripts/master/frameworks/bootstrap.sh)to update to the latest shared development files - Run
bundle updateto update all Ruby gems - Commit all changes, make a PR and merge it to develop
- Run
bundle exec fastlane release framework:"SHDateFormatter" version:"x.y.z"to release the new version - Post the following on Twitter
SHDateFormatter release x.y.z π
βΈ π SHDateFormatter (x.y.z) successfully published
βΈ π
September 2nd
βΈ π https://swiftpackageindex.com/Blackjacx/SHDateFormatter
βΈ π https://github.com/Blackjacx/SHDateFormatter/releases/latest
βΈ π Tell your friends!
#SPM #Date #Formatter #testedContribution
- If you found a bug, please open an issue.
- If you have a feature request, please open an issue.
- If you want to contribute, please submit a pull request.
Contributors
Thanks to all of you who are part of this:
<a href="https://github.com/blackjacx/SHDateFormatter/graphs/contributors"> <img src="https://contrib.rocks/image?repo=blackjacx/SHDateFormatter" /> </a>
License
SHDateFormatter is available under the MIT license. See the LICENSE file for more info.
Package Metadata
Repository: Blackjacx/SHDateFormatter
Stars: 5
Forks: 4
Open issues: 12
Default branch: develop
Primary language: swift
License: MIT
Topics: date, formatting, hacktoberfest, ios, swift, xcode
README: README.md