Skip to content
New issue

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

Capitalisation issue in pod spec #28

Open
doozMen opened this issue Nov 20, 2015 · 2 comments
Open

Capitalisation issue in pod spec #28

doozMen opened this issue Nov 20, 2015 · 2 comments

Comments

@doozMen
Copy link

doozMen commented Nov 20, 2015

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.

@idokleinman
Copy link
Contributor

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?

@doozMen
Copy link
Author

doozMen commented Nov 22, 2015

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:

  1. update locate pod specs ``` `
  2. looked into the local specs folder
    ~/.cocoapods/repos/master/Specs/
  3. listed the files
    ls | grep spark
  4. this gave the output
    `spark-sdk``` not capitalised
  5. this made me change my pod file to be
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants