[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 8 / 5 / 1 / SwiftAnnuity / 0.1.2 / SwiftAnnuity.podspec.json
blobaeb2f4afc284b9174b06192c212af5057d353d09
2   "name": "SwiftAnnuity",
3   "version": "0.1.2",
4   "summary": "Swift library used to calculate annuity rates.",
5   "description": "It provides an object wrapper to be able to calculate\nannuity rates for example for a fixed rate over time\nsuch as mortgage repayments.",
6   "homepage": "https://github.com/superwatermelon/SwiftAnnuity",
7   "license": "MIT",
8   "authors": {
9     "Stuart Wakefield": "stuart@superwatermelon.com"
10   },
11   "platforms": {
12     "ios": "9.2"
13   },
14   "source": {
15     "git": "https://github.com/superwatermelon/SwiftAnnuity.git",
16     "tag": "0.1.2"
17   },
18   "source_files": "SwiftAnnuity/**/*",
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true,
21   "dependencies": {
22     "SwiftDecimalNumber": [
23       "~> 0.1.1"
24     ]
25   }