blob: 4673e531b9d83f211ba16fe035440b07104beffa [file] [log] [blame]
{
"name": "SwiftProgressiveTax",
"version": "1.0.1",
"summary": "Library for calculations for progressive tax.",
"description": "A library providing an API to calculate progressive tax.\nUsed to perform tax calculations for things like income\ntax and SDLT.",
"homepage": "https://github.com/superwatermelon/SwiftProgressiveTax",
"license": "MIT",
"authors": {
"Stuart Wakefield": "stuart@superwatermelon.com"
},
"source": {
"git": "https://github.com/superwatermelon/SwiftProgressiveTax.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.2"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"SwiftDecimalNumber": [
"~> 1.0.3"
]
}
}