[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 8 / 5 / 1 / SwiftAnnuity / 1.0.1 / SwiftAnnuity.podspec.json
blob7a2028abb259d280e4b72625f1196b25c8240646
2   "name": "SwiftAnnuity",
3   "version": "1.0.1",
4   "summary": "Swift library used to calculate annuity rates.",
5   "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.",
6   "homepage": "https://github.com/superwatermelon/SwiftAnnuity",
7   "license": "MIT",
8   "authors": {
9     "Stuart Wakefield": "stuart@superwatermelon.com"
10   },
11   "platforms": {
12     "ios": "9.2"
13   },
14   "source": {
15     "git": "https://github.com/superwatermelon/SwiftAnnuity.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "Sources/**/*.swift",
19   "dependencies": {
20     "SwiftDecimalNumber": [
21       "~> 1.0.3"
22     ]
23   }