Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/libsteve/swiftofx

A Swift framework for reading OFX files.
https://github.com/libsteve/swiftofx

ofx ofx-parser swift swift-3 swift-framework swift3

Last synced: 3 days ago
JSON representation

A Swift framework for reading OFX files.

Awesome Lists containing this project

README

        

# SwiftOFX

SwiftOFX is a framework for reading and making sense of data from [Open Finance Exchange (OFX)][ofx.net] 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][sgml-wiki]-like document format.

[See the Wikipedia page][ofx-wiki] for more information.

[ofx.net]: http://www.ofx.net
[ofx-wiki]: https://en.wikipedia.org/wiki/Open_Financial_Exchange
[sgml-wiki]: https://en.wikipedia.org/wiki/Standard_Generalized_Markup_Language

## Installation

SwiftOFX is available through [CocoaPods](http://cocoapods.org).
To install it, simply add the following line to your Podfile:

```ruby
pod 'SwiftOFX', :git => 'https://github.com/Altece/SwiftOFX.git'
```

## Author

Steven Brunwasser, [email protected]

## License

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