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

fix: fixed the source field #396

Merged
merged 1 commit into from
Dec 22, 2019
Merged

fix: fixed the source field #396

merged 1 commit into from
Dec 22, 2019

Conversation

mdstroebel
Copy link
Contributor

The source field was causing errors when attempting to link the library via CocoaPods in iOS. It was unable to resolve the source since the tagging strategy seems to have changed to not include the "v" in the tag name and also, the URL needed to have the "git+" removed from it. I did not want to update the package.json file as well, so I just added in the source URL into the podspec directly.

The `source` field was causing errors when attempting to link the library via CocoaPods in iOS. It was unable to resolve the source since the tagging strategy seems to have changed to not include the "v" in the tag name and also, the URL needed to have the "git+" removed from it. I did not want to update the `package.json` file as well, so I just added in the source URL into the podspec directly.
@andpor andpor merged commit 4c7b211 into andpor:master Dec 22, 2019
@andpor
Copy link
Owner

andpor commented Mar 24, 2020

Published as part of 5.0.0
Thank you!

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

Successfully merging this pull request may close these issues.

2 participants