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

How can I install manually (without Cocoapods/Carthage)? #296

Open
mr746866 opened this issue Nov 3, 2017 · 4 comments
Open

How can I install manually (without Cocoapods/Carthage)? #296

mr746866 opened this issue Nov 3, 2017 · 4 comments

Comments

@mr746866
Copy link

mr746866 commented Nov 3, 2017

Is it enough to just import the library files (.swift, .h, .plist)?

Not everybody likes to use Cocoapods/Carthage. Please add a guideline for manual installation.

@bizz84
Copy link
Owner

bizz84 commented Dec 29, 2017

@mr746866 Apologies for the late reply.

One way would be to install as a submodule. You're right, this should be documented, I'll see when I get a chance.

@mr746866
Copy link
Author

Just copying the source files and adding them to target seems to work for me.

@bizz84
Copy link
Owner

bizz84 commented Dec 30, 2017

@mr746866 this works, but is not recommended as this will give you access to all internal APIs. Only the public interface should be used.

@mr746866
Copy link
Author

Thanks for the info. Looking forward for the documentation of the recommended way.

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

No branches or pull requests

2 participants