Skip to content

Commit

Permalink
[Style] Pod spec 버전 업데이트 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
SHcommit committed Oct 27, 2023
1 parent c43dabe commit 3ddc0dc
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', '2.0.0' ` dependency inside target 'MyProejct' do ... end block. then save the Podfile using `:wq` commend.
3. Add `'SHCoordinator', '3.0.1' ` 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 @@ -42,6 +42,7 @@ After that, add `Import SHCoordinator` to your source code.
|------------|--------------|-------------|-----------------------------------------------|
| 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 |
| SHCoordinator 3.0.1 | October 28, 2023 | Swift 5.0 | iOS 13.0 |

## License

Expand Down

0 comments on commit 3ddc0dc

Please sign in to comment.