Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
A Swift framework for reading OFX files.
- Host: GitHub
- URL: https://github.com/libsteve/SwiftOFX
- Owner: libsteve
- License: mit
- Created: 2017-03-20T05:43:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T02:16:47.000Z (over 6 years ago)
- Last Synced: 2024-11-15T22:13:53.872Z (about 1 month ago)
- Topics: ofx, ofx-parser, swift, swift-3, swift-framework, swift3
- Language: Swift
- Size: 42 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.