Ground SDK for iOS

Has anyone gotten the GroundSdk to install on iOS project through CocoaPods? I keep getting errors like the following:

[!] Unable to find a specification for GroundSdk (= 1.0.0)
OR
[!] Unable to find a specification for GroundSdk (= 1.0.1)

I can get the SDK working when building from source but that seems less than ideal for new projects. I added a GitHub issue here: CocoaPods: Unable to find GroundSDK specification · Issue #3 · Parrot-Developers/groundsdk-ios · GitHub

Not sure how often they check GitHub issues though, since none of them have been closed.

Made sure newest version of cocoapods were installed and also ran a

pod repo update

now it works somehow.