Hi, I’ve just released CocoaPods 0.1.0 https://github.com/alloy/cocoapods, which can now be used for OS X development. In addition it now also generated BridgeSupport metadata files from the Pods, which makes it very easy to use these libraries from MacRuby.
There is a MacRuby example which uses ASIHTTPRequest and SBJson: https://github.com/alloy/cocoapods/blob/master/examples/MacRubySample/MacRubySample/AppDelegate.rb To run it locally, follow these steps and then build it from Xcode: $ macgem install cocoapods $ pod setup $ git clone g...@github.com:alloy/cocoapods.git $ cd cocoapods/examples/MacRubySample $ pod install $ open MacRubySample.xcworkspace (For now there’s still one small caveat, which is that CocoaPods doesn’t yet configure the generated xcode project to compile with GC support, so you will have to enable that manually now. This will soon be fixed.) Cheers, Eloy _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel