TBXML+NSDictionary
Check out the example project that is included in the repository.
TBXML+NSDictionary requires Xcode 4.4 with either the iOS 5.0 (64-bit with modern Cocoa runtime) SDK, as well as TBXML 1.5 or higher.
CocoaPods is the recommended way to add TBXML+NSDictionary to your project.
Here's an example podfile that installs TBXML+NSDictionary and its dependency, TBXML.
platform :ios, '5.0'
pod 'TBXML+NSDictionary', '0.0.1'
Note the specification of iOS 5.0 as the platform; leaving out the 5.0 will cause CocoaPods to fail with the following message:
[!] TBXML+NSDictionary is not compatible with iOS 4.3.
TBXML+NSDictionary is available under the WTFPL license. See the LICENSE file for more info.