Carthage support should be good finally - just resolved #28 last night.
David Mohundro
@drmohundro
Just release 1.1.0 (for both Carthage and CocoaPods)… this release adds a new fluent config method to set options for parsing. The new options as part of this release are shouldProcessLazily and shouldProcessNamespaces.
David Mohundro
@drmohundro
2.0.0 is out! This includes Xcode 7.0 and Swift 2.0 support. The only breaking change (outside of requiring Xcode 7) is that the .Error case has been renamed to .XMLError - this was to allow for the new Error error type (exception) that can be thrown when parsing errors occur. See the README and CHANGELOG for details.