MapManagerReportLocation 0.0.4

MapManagerReportLocation 0.0.4

Kenny Wong 维护。



 
依赖
AMapLocation= 2.6.7
GMObjC= 3.1.2
 

  • Kenny Wong

MapManagerReportLocation

依赖于高德地图 AMapLocation 和国密算法 GMObjC

pod 'AMapLocation'
pod 'GMObjC','3.0.0'
# 检查.podspec及代码是否有错误,如果有错误不能提交
pod spec lint MapManagerReportLocation.podspec --verbose

在添加成功后,您可以在 ~/.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