Skip to content

Commit

Permalink
[Feat] Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SHcommit committed Sep 18, 2023
1 parent 2ae987a commit 88b3357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ___
### [Cocoapods]
1. Please execute the `pod init` command in the terminal from the root directory where the xcodeproj project file is located.
2. Then, open the Podfile using `vim Podfile` commend.
3. Add `'SHCoordinator', '1.0.2' ` dependency inside target 'MyProejct' do ... end block. then save the Podfile using `:wq` commend.
3. Add `'SHCoordinator', '2.0.0' ` dependency inside target 'MyProejct' do ... end block. then save the Podfile using `:wq` commend.
4. Enter the commend `pod install`

Finally, open the proejct.xcodeproj, closed it, and then open proejct.xcworkspace file.
Expand All @@ -41,6 +41,7 @@ After that, add `Import SHCoordinator` to your source code.
| SHCoordinator | Date | Swift | Platforms |
|------------|--------------|-------------|-----------------------------------------------|
| SHCoordinator 1.0.2 | June 29, 2023 | Swift 5.0 | iOS 13.0 |
| SHCoordinator 2.0.0 | September 18, 2023 | Swift 5.0 | iOS 13.0 |

## License

Expand Down

0 comments on commit 88b3357

Please sign in to comment.