[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 7 / c / SwiftProgressiveTax / 0.1.1 / SwiftProgressiveTax.podspec.json
blob914a11b1f062ec27af216cfce71aee552f6b28b4
2   "name": "SwiftProgressiveTax",
3   "version": "0.1.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": "0.1.1"
14   },
15   "platforms": {
16     "ios": "9.2"
17   },
18   "requires_arc": true,
19   "source_files": "SwiftProgressiveTax/**/*",
20   "dependencies": {
21     "SwiftDecimalNumber": [
22       "~> 0.1"
23     ]
24   }