blob: 914a11b1f062ec27af216cfce71aee552f6b28b4 [file] [log] [blame]
{
"name": "SwiftProgressiveTax",
"version": "0.1.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": "0.1.1"
},
"platforms": {
"ios": "9.2"
},
"requires_arc": true,
"source_files": "SwiftProgressiveTax/**/*",
"dependencies": {
"SwiftDecimalNumber": [
"~> 0.1"
]
}
}