blob: 7a2028abb259d280e4b72625f1196b25c8240646 [file] [log] [blame]
{
"name": "SwiftAnnuity",
"version": "1.0.1",
"summary": "Swift library used to calculate annuity rates.",
"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.",
"homepage": "https://github.com/superwatermelon/SwiftAnnuity",
"license": "MIT",
"authors": {
"Stuart Wakefield": "stuart@superwatermelon.com"
},
"platforms": {
"ios": "9.2"
},
"source": {
"git": "https://github.com/superwatermelon/SwiftAnnuity.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"SwiftDecimalNumber": [
"~> 1.0.3"
]
}
}