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

Carthage support #22

Closed
wants to merge 125 commits into from
Closed

Carthage support #22

wants to merge 125 commits into from

Conversation

vdeep
Copy link

@vdeep vdeep commented Oct 18, 2018

Here is another approach to providing Carthage support. In my previous pull request, I had committed the Pods directory so that the files included in the main project are within the source. But as per your suggestion that Pods directory should not be committed, I had to make some changes.

-> Removed Quick and Nimble dependencies using Cocoapods
-> Added the dependencies using Carthage. This way, no extra file is included in the main project. For testing, the users will have to do a carthage bootstrap.
-> Shared the framework schema
-> No other change has been made to the code.

Let me know if this is okay.

George Kaimakas and others added 28 commits March 31, 2017 16:18
Corrected: 'Available validators' link in Contents section.
Readme: fixed: 'Available validators' link
- [Tests] updated Quick and Nimble
- [Version] changed the version 7.0.0.
Fix Xcode new build system compilation problem
- added more test cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants