[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 7 / c / SwiftProgressiveTax / 1.0.1 / SwiftProgressiveTax.podspec.json
blob4673e531b9d83f211ba16fe035440b07104beffa
2   "name": "SwiftProgressiveTax",
3   "version": "1.0.1",
4   "summary": "Library for calculations for progressive tax.",
5   "description": "A library providing an API to calculate progressive tax.\nUsed to perform tax calculations for things like income\ntax and SDLT.",
6   "homepage": "https://github.com/superwatermelon/SwiftProgressiveTax",
7   "license": "MIT",
8   "authors": {
9     "Stuart Wakefield": "stuart@superwatermelon.com"
10   },
11   "source": {
12     "git": "https://github.com/superwatermelon/SwiftProgressiveTax.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "9.2"
17   },
18   "source_files": "Sources/**/*.swift",
19   "dependencies": {
20     "SwiftDecimalNumber": [
21       "~> 1.0.3"
22     ]
23   }