I\'m writing a static library that has dependencies on other libraries (in my case SBJSON and ASIHTTPRequest).
If I compile these external dependencies into my library
Create a static framework for each library. Document the dependencies in header files.
[Edit]: I now prefer using Cocoapods. See https://stackoverflow.com/a/10781087/9636