[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 8 / 5 / 1 / SwiftAnnuity / 0.1.1 / SwiftAnnuity.podspec.json
bloba5b943b9864963d39d0aa08f644686fb0b9a860f
2   "name": "SwiftAnnuity",
3   "version": "0.1.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": "0.1.1"
17   },
18   "source_files": "SwiftAnnuity/**/*",
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true,
21   "dependencies": {
22     "SwiftDecimalNumber": [
23       "~> 0.1.1"
24     ]
25   }