We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hei, pod 'Spark-SDK' does not work pod 'spark-sdk' does partially work but gives an issue with the Spark-SDK/Helpers dependency.
As a solution I forked the sdk and loaded it via
pod 'Spark-SDK', :git => '[email protected]:doozMen/spark-sdk-ios.git'
But that is only a temporary solution.
The text was updated successfully, but these errors were encountered:
That's weird. As you can see it IS capitalized and published like so: https://cocoapods.org/pods/Spark-SDK
was there a breaking change you aware of in Cocoapods?
Sorry, something went wrong.
I am not aware of any change in cocoa pods. I just tried the software and love it by the way. But getting the pod was a pickle. My pod version is
$ pod --version 0.39.0
Things I did to investigate are:
~/.cocoapods/repos/master/Specs/
ls | grep spark
source 'https://github.com/CocoaPods/Specs.git' use_frameworks! pod 'spark-sdk'
which gave the output that there was something wrong with the Spark-SDK/helper ...
At that point I decided to fork. Does this help?
No branches or pull requests
Hei,
pod 'Spark-SDK' does not work pod 'spark-sdk' does partially work but gives an issue with the Spark-SDK/Helpers dependency.
As a solution I forked the sdk and loaded it via
But that is only a temporary solution.
The text was updated successfully, but these errors were encountered: