[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 2 / 9 / SwiftOFX / 0.1.1 / SwiftOFX.podspec.json
blob17f3632b2b0458ddd50b424f09b4e7b965d160bd
2   "name": "SwiftOFX",
3   "version": "0.1.1",
4   "summary": "A framework for reading OFX files.",
5   "description": "SwiftOFX is a framework for reading and making sense of data from Open Finance Exchange (OFX) files,\nwhich contain account, statement, and transaction information from financial institutions.\nMost banking institutions can export account information in this file format.",
6   "homepage": "https://github.com/altece/SwiftOFX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Steven Brunwasser",
12   "source": {
13     "git": "https://github.com/altece/SwiftOFX.git",
14     "tag": "v0.1.1"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "source_files": "Source/**/*.swift",
21   "dependencies": {
22     "Reggie": [
24     ]
25   }