blob: aeb2f4afc284b9174b06192c212af5057d353d09 [file] [log] [blame]
{
"name": "SwiftAnnuity",
"version": "0.1.2",
"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": "0.1.2"
},
"source_files": "SwiftAnnuity/**/*",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"SwiftDecimalNumber": [
"~> 0.1.1"
]
}
}