behrang / YamlSwift

Load YAML and JSON documents using Swift
MIT License
404 stars 97 forks source link

Support Swift Package Manager #61

Closed lf-araujo closed 7 years ago

lf-araujo commented 7 years ago

The file structure does not comply with the standard swift package manager.

behrang commented 7 years ago

I don't have time to maintain this project. Any help is appreciated.

lf-araujo commented 7 years ago

Thank you for answering, I updated the project already. Will you be able to accept the pushes?

Best, lf

2017-10-29 21:56 GMT+11:00 Behrang Noruzi Niya notifications@github.com:

I don't have time to maintain this project. Any help is appreciated.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/behrang/YamlSwift/issues/61#issuecomment-340253389, or mute the thread https://github.com/notifications/unsubscribe-auth/AJq5LkRhtjBocjIl8WIlQUyRvGoonvmMks5sxFnLgaJpZM4QJ3A6 .

behrang commented 7 years ago

Please send the pull request.

@seivan can you check the pull request?

lf-araujo commented 7 years ago

I am new to git and I am facing a problem. I have created a local branch, added the files, commited, however when I try to create a remote branch in order to push (with the command):

git push --set-upstream origin SPMsupport

I get:

remote: Permission to behrang/YamlSwift.git denied to lf-araujo.
fatal: unable to access 'https://github.com/behrang/YamlSwift/': The requested URL returned error: 403

What am I doing wrong?

seivan commented 7 years ago

@lf-araujo you're trying to push to behrang/YamlSwift when you should be pushing to your own fork.

seivan commented 7 years ago

Added in https://github.com/behrang/YamlSwift/pull/62