Skip to content

Commit

Permalink
Bump to version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Oct 8, 2019
1 parent cfe50a2 commit 70171e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# ThirdPartyMailer changelog

## 1.5 (work in progress)
## 1.5

- Add Swift Package Manager support

Expand Down
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -26,13 +26,20 @@ Unfortunately, not all mail clients offer URL schemes to be supported by `ThirdP

## How to install

### Swift Package Manager

In Xcode, click on the “File” menu, “Swift Packages”, “Add Package Dependency…”, then enter the URL for this repo: `https://github.com/vtourraine/ThirdPartyMailer.git`.


### CocoaPods

With [CocoaPods](https://cocoapods.org), simply add ThirdPartyMailer to your Podfile:

```
pod 'ThirdPartyMailer'
```

Or, you can manually import the files from the Source folder.
Or, you can manually import the files from the Sources folder.


## How to use
Expand Down
4 changes: 2 additions & 2 deletions ThirdPartyMailer.podspec.json
@@ -1,6 +1,6 @@
{
"name": "ThirdPartyMailer",
"version": "1.4",
"version": "1.5",
"summary": "Interact with third-party iOS mail clients, using custom URL schemes.",
"homepage": "https://github.com/vtourraine/ThirdPartyMailer",
"license": {
Expand All @@ -13,7 +13,7 @@
"social_media_url": "http://twitter.com/vtourraine",
"source": {
"git": "https://github.com/vtourraine/ThirdPartyMailer.git",
"tag": "1.4"
"tag": "1.5"
},
"source_files": "Sources/ThirdPartyMailer/*.swift",
"platforms": {
Expand Down

0 comments on commit 70171e6

Please sign in to comment.