mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #607] Adding project with SPM adds additional libraries? #396
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#396
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pepejeria on GitHub (Jul 7, 2020).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/607
Adding the library to a project using SPM also adds Kanna, Erik and swifter as dependencies. These libraries don't seem to be added when using Cocoapods.
Can you please clarify this?
Thank you.
@phimage commented on GitHub (Jul 11, 2020):
as you can see its only for testig
https://github.com/OAuthSwift/OAuthSwift/blob/master/Package.swift#L37
yes its downloaded but not in your app runtime
you can find similar behaviour with some package that use Quick Nimble to test
in javascript there is dev dependencies for instance