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

stdevMac Fixes #5 Wrapper Skycoin Api ObjC #7

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Conversation

stdevMac
Copy link
Member

Fixes #5

Changes:

  • Added lib/skyapi , a wrapper for skycoin api

Does this change need to mentioned in CHANGELOG.md?

  • Yes

Need Test

@stdevMac stdevMac changed the title stdevMac Fixes #5 Wrapper Sskycoin Api ObjC stdevMac Fixes #5 Wrapper Skycoin Api ObjC Apr 12, 2019
@olemis olemis added this to the 0.25.1 milestone Apr 26, 2019
Copy link
Collaborator

@olemis olemis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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`

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

Successfully merging this pull request may close these issues.

Objetive C API wrapper for Skycoin node API
2 participants