Skip to content

Instantly share code, notes, and snippets.

@samdmarshall
Last active September 8, 2016 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samdmarshall/582ef33ca1ae6f700ea2ef9723ef6ad8 to your computer and use it in GitHub Desktop.
Save samdmarshall/582ef33ca1ae6f700ea2ef9723ef6ad8 to your computer and use it in GitHub Desktop.
+-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