For dependencies you can use CocoaPods . There is a tool (command line) that comes with Xcode called xcodebuild. Documents can be found by running man xcodebuildfrom the command line. I do not know anything that combines the two, but I could be wrong. You can write a script to combine them and then call the script from Hudson. The problem with Hudson is that it should work on a Mac, so it has access to the header and command line tools.
source
share