proxpero / Geodesy

A Swift implementation of the geohash algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CocaoPods.org only shows version 1.1.1

bumbleparrot opened this issue · comments

How come https://cocoapods.org/ only has version 1.1.1 for Geodesy? How do we get it updated? When I do PodInstall I can't get the newest version 1.2.0

Is there a way I can help get this fixed?

This could be done via a pod trunk push by the owner of this repository. For more infos see: https://guides.cocoapods.org/making/getting-setup-with-trunk.html

@proxpero , can you hook us up and get the latest version on CoaCoaPods?

As a workaround, use this instead:

pod 'Geodesy', :git => 'https://github.com/proxpero/Geodesy', :tag => '1.2.0'