Thomas Denney

ObjectiveGumbo now available via CocoaPods

I’m pleased to announce that if you want to use ObjectiveGumbo, my Objective-C wrapper around Google’s awesome HTML5 parser Gumbo, in your iOS projects you can now install it via CocoaPods. Simply add the following to your podfile to get started:

platform :ios, '6.0'
pod "ObjectiveGumbo", "0.1"

You will then need to run pod install and open the Xcode workspace file, not your project. You can then import the ObjectiveGumbo.h file into your project to begin working with it.

I soon plan to publish a guide that will help you get started using ObjectiveGumbo with AFNetworking 2.