Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Aug 6, 2020
1 parent ed4ed14 commit 40dd40d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img alt="Cocoapods Platforms" src="https://img.shields.io/cocoapods/p/SHDateFormatter.svg" />
<img alt="Xcode 11.0+" src="https://img.shields.io/badge/Xcode-11.0%2B-blue.svg" />
<img alt="iOS 9.0+" src="https://img.shields.io/badge/iOS-9.0%2B-blue.svg" />
<img alt="Swift 5.1+" src="https://img.shields.io/badge/Swift-5.1%2B-orange.svg" />
<img alt="Swift 5.2+" src="https://img.shields.io/badge/Swift-5.2%2B-orange.svg" />
<img alt="Github Repo Size" src="https://img.shields.io/github/repo-size/blackjacx/SHDateFormatter.svg" />
<img alt="Github Code Size" src="https://img.shields.io/github/languages/code-size/blackjacx/SHDateFormatter.svg" />
<img alt="Github Closed PR's" src="https://img.shields.io/github/issues-pr-closed/blackjacx/SHDateFormatter.svg" />
Expand Down Expand Up @@ -39,6 +39,8 @@ This framework supports encoding as well as decoding many different date and tim

* `shortWeekdayName` => Sun, Mon, Tue, ...
* `longWeekdayName` => Sunday, Monday, Tuesday, ...
* `shortMonthName` => Jan, Feb, ...
* `longMonthName` => January, February, ...
* `shortTimeNoDate` => 12:00 PM, 1:00 AM
* `shortTimeMediumDate` => Jan 1, 2000 at 12:00 AM
* `noTimeShortDateNoYear` => 12/31
Expand All @@ -53,10 +55,6 @@ Additionally the following convenience functions are available on the SHDateForm
* `localizedTimeStringFromDate(_:)` - will return `--:--` per default
* ... to be continued ...

## Requirements

The framework is compatible with Xcode 11 and Swift 5.1+. The minimum version is iOS 9.

## Installation

SHDateFormatter is available through [CocoaPods](http://cocoapods.org). To install
Expand Down

0 comments on commit 40dd40d

Please sign in to comment.