Skip to content

stevebrun/SwiftOFX

Repository files navigation

SwiftOFX

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.

Installation

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'

Author

Steven Brunwasser, sbrunwasser@gmail.com

License

SwiftOFX is available under the MIT license. See the LICENSE file for more info.