SwiftOFX is a framework for reading and making sense of data from Open Finance Exchange (OFX) files.
OFX files contain account, statement, and transaction information from financial institutions. Most banking institutions can export account information in this file format—encoded using an SGML-like document format.
See the Wikipedia page for more information.
SwiftOFX is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SwiftOFX', :git => 'https://github.com/Altece/SwiftOFX.git'
Steven Brunwasser, [email protected]
SwiftOFX is available under the MIT license. See the LICENSE file for more info.