Last active
September 8, 2016 16:58
-
-
Save samdmarshall/582ef33ca1ae6f700ea2ef9723ef6ad8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+-o repo-root/ | |
+-o android/ | |
+-o core/ | |
| +-o lib/ | |
| +-o json/ | |
| +-o json.cpp | |
| +-o json.hpp | |
| +-o test.cpp | |
+-o ios/ | |
| +-o Podfile | |
+-o Podspecs/ | |
I want the Podfile in the ios directory to use a Podspect located somewhere in the repo that defines a library at some path under the "core" directory, in this case the json library. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment