proxpero / Geodesy

A Swift implementation of the geohash algorithm.
MIT License
23 stars 10 forks source link

CocaoPods.org only shows version 1.1.1 #10

Open bumbleparrot opened 4 years ago

bumbleparrot commented 4 years ago

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

bumbleparrot commented 4 years ago

Is there a way I can help get this fixed?

patricks commented 3 years ago

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

bumbleparrot commented 3 years ago

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

tenshiAMD commented 2 years ago

As a workaround, use this instead:

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