Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Nov 25, 2020
1 parent e92c196 commit d2903e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It also supports CFNotificationCenter Darwin Notifications in an effort to suppo

| SwiftyMessenger Version | Minimum iOS Target | Minimum watchOS Target | Swift Version |
|:--------------------:|:---------------------------:|:---------------------------:|:--------------------:|
| 0.3 | iOS 10 | watchOS 3.0 | Swift 5.0 |
| 0.4.0 | iOS 10 | watchOS 3.0 | Swift 5.x |
| 0.2 | iOS 9 | watchOS 2.0 | Swift 4.2 |
| 0.1 | iOS 9 | watchOS 2.0 | Swift 4.1 |

Expand All @@ -59,7 +59,7 @@ platform :ios, '10.0'
use_frameworks!
target '<Your Target Name>' do
pod 'SwiftyMessenger', '~>0.3'
pod 'SwiftyMessenger', '~>0.4.0'
end
```

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

```
github "abdullahselek/SwiftyMessenger" ~> 0.3
github "abdullahselek/SwiftyMessenger" ~> 0.4.0
```

## Swift Package Manager

Modify your Package.swift file to include the following dependency:

```
.package(url: "https://github.com/abdullahselek/SwiftyMessenger.git", from: "0.3")
.package(url: "https://github.com/abdullahselek/SwiftyMessenger.git", from: "0.4.0")
```

## XCFramework
Expand Down

0 comments on commit d2903e1

Please sign in to comment.