安装
pod 'MapManagerReportLocation'
依赖高德地图定位 AMapLocation
和 国密算法 GMObjC
pod 'AMapLocation'
pod 'GMObjC','3.0.0'
# 检查.podspec及代码是否有错误,如果有错误不能提交
pod spec lint MapManagerReportLocation.podspec --verbose
Repo 添加成功后你可以在 ~/.cocoapods/repos/
目录下找到和你建立的 spec repo
同名的文件夹。
pod repo add MapManagerReportLocation https://github.com/jaywcjlove/map-manager-report-location.git
然后你就需要 cd
到你存放需要添加的 spec
文件的目录下将它 push
到远程端仓库中。
pod repo push MapManagerReportLocation MapManagerReportLocation.podspec
发布到 Cocoapods 官方库中
pod trunk push MapManagerReportLocation.podspec --allow-warnings