Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Sep 25, 2018
1 parent a7b1316 commit 46c4225
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ It also supports CFNotificationCenter Darwin Notifications in an effort to suppo

| SwiftyMessenger Version | Minimum iOS Target | Minimum watchOS Target | Swift Version |
|:--------------------:|:---------------------------:|:---------------------------:|:--------------------:|
| 0.2 | iOS 9 | watchOS 2.0 | Swift 4.2 |
| 0.1 | iOS 9 | watchOS 2.0 | Swift 4.1 |

### NOTE
Expand All @@ -57,7 +58,7 @@ platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'SwiftyMessenger', '~>0.1'
pod 'SwiftyMessenger', '~>0.2'
end
```

Expand All @@ -75,7 +76,7 @@ brew install carthage
To integrate SwiftyMessenger into your Xcode project using Carthage, specify it in your Cartfile:

```
github "abdullahselek/SwiftyMessenger" ~> 0.1
github "abdullahselek/SwiftyMessenger" ~> 0.2
```

## Usage
Expand Down

0 comments on commit 46c4225

Please sign in to comment.