I often see open source code importing third-party libraries in Xcode / Objective-C implementation files like this:
#import
Specify the include path using the compiler flag -I, or the Xcode build settings alias HEADER_SEARCH_PATHS. Of course, you can use build variables when doing so.
-I