We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3321bac commit f48eb2dCopy full SHA for f48eb2d
README.md
@@ -13,5 +13,10 @@ pod 'GMObjC','3.0.0'
13
pod spec lint MapManagerReportLocation.podspec --verbose
14
15
pod repo add MapManagerReportLocation https://github.com/jaywcjlove/map-manager-report-location.git
16
+```
17
+
18
+Repo 添加成功后你可以在 `~/.cocoapods/repos/` 目录下找到和你建立的 `spec repo` 同名的文件夹。然后你就需要 `cd` 到你存放需要添加的 `spec` 文件的目录下将它 `push` 到远程端仓库中。
19
20
+```bash
21
pod repo push MapManagerReportLocation MapManagerReportLocation.podspec
22
```
0 commit comments