Conversation
olemis
reviewed
Apr 26, 2019
olemis
left a comment
Collaborator
There was a problem hiding this comment.
after cd ./lib/skyapi && pod trunk push I get
[!] Found podspec `skyapi.podspec`
Setting up CocoaPods master repo
$ /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --progress
Cloning into 'master'...
remote: Enumerating objects: 304, done.
remote: Counting objects: 100% (304/304), done.
remote: Compressing objects: 100% (288/288), done.
remote: Total 3094093 (delta 116), reused 3 (delta 3), pack-reused 3093789
Receiving objects: 100% (3094093/3094093), 643.17 MiB | 463.00 KiB/s, done.
Resolving deltas: 100% (1840284/1840284), done.
Checking out files: 100% (324091/324091), done.
Setup completed
Validating podspec
-> skyapi (0.25.1)
- WARN | source: Git sources should specify a tag.
- ERROR | [iOS] unknown: Encountered an unknown error (Unable to find a specification for `AFNetworking (~> 3)` depended upon by `skyapi`
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.
) during validation.
[!] The spec did not pass validation, due to 1 error and 1 warning.
simelo-mbp15:skyapi olemis$ pod try skyapi
Updating spec repositories
CocoaPods 1.7.0.beta.3 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.7.0.beta.3
[!] Unable to find a specification for `skyapi`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5
Changes:
lib/skyapi, a wrapper for skycoin apiDoes this change need to mentioned in CHANGELOG.md?
Need Test