Xcodeproj lets you create and modify Xcode projects from Ruby. Script boring management tasks or build Xcode-friendly libraries. Also includes support for Xcode workspaces (.xcworkspace) and configuration files (.xcconfig).
It is used in CocoaPods to create a static library from scratch, for both iOS and OSX.
The documentation can be found here.
Xcodeproj itself installs through RubyGems, the Ruby package manager. Install it by performing the following command:
$ [sudo] gem install xcodeproj
All Xcodeproj development happens on GitHub. Contributing patches is really easy and gratifying.
Follow @CocoaPods to get up to date information about what's going on in the CocoaPods world.
These works are available under the MIT license. See the LICENSE file for more info.