Skip to content

Commit

Permalink
Merge pull request #13 from master-nevi/master
Browse files Browse the repository at this point in the history
Update readme and changelog
  • Loading branch information
dbgrandi authored Nov 29, 2021
2 parents 94580ae + f4b3920 commit 8b112d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# DBGHTMLEntities CHANGELOG

## 1.2.0
- Add SwiftPM support (@master-nevi)

## 1.1.1
- Fix infinite loop with empty or nil string (@adamkaplan)

Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# DBGHTMLEntities

[![Build Status](https://travis-ci.org/dbgrandi/DBGHTMLEntities.svg?branch=master)](https://travis-ci.org/dbgrandi/DBGHTMLEntities)
[![Build Status](https://github.com/dbgrandi/DBGHTMLEntities/workflows/DBGHTMLEntities%20CI/badge.svg?branch=master)](https://github.com/dbgrandi/DBGHTMLEntities/actions)
[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
[![Version](http://cocoapod-badges.herokuapp.com/v/DBGHTMLEntities/badge.png)](http://cocoadocs.org/docsets/DBGHTMLEntities)
[![Platform](http://cocoapod-badges.herokuapp.com/p/DBGHTMLEntities/badge.png)](http://cocoadocs.org/docsets/DBGHTMLEntities)

Expand Down Expand Up @@ -45,11 +46,17 @@ tweetLabel.attributedText = tweetString;
## Installation
### CocoaPods
DBGHTMLEntities is available through [CocoaPods](http://cocoapods.org), to install
it simply add the following line to your Podfile:
pod "DBGHTMLEntities"
### SwiftPM
Add `.package(url: "https://github.com/dbgrandi/DBGHTMLEntities.git", from: "1.2.0")` to your `package.swift`
## Author
[David Grandinetti](http://twitter.com/dbgrandi), dbgrandi@gmail.com
Expand Down

0 comments on commit 8b112d1

Please sign in to comment.