Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 13, 2020
1 parent 3321bac commit f48eb2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ pod 'GMObjC','3.0.0'
pod spec lint MapManagerReportLocation.podspec --verbose

pod repo add MapManagerReportLocation https://github.com/jaywcjlove/map-manager-report-location.git
```

Repo 添加成功后你可以在 `~/.cocoapods/repos/` 目录下找到和你建立的 `spec repo` 同名的文件夹。然后你就需要 `cd` 到你存放需要添加的 `spec` 文件的目录下将它 `push` 到远程端仓库中。

```bash
pod repo push MapManagerReportLocation MapManagerReportLocation.podspec
```

0 comments on commit f48eb2d

Please sign in to comment.