[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / b / SwiftDecimalNumber / 0.1.0 / SwiftDecimalNumber.podspec.json
blob28ae35d617039a47afb1b8df58ec0c229f853762
2   "name": "SwiftDecimalNumber",
3   "version": "0.1.0",
4   "summary": "Swift extensions for NSDecimalNumber.",
5   "description": "It provides an expressive way of interfacing with\nthe NSDecimalNumber type instead of using the verbose\nbuilt in methods. Also adds methods such as min and\nmax.",
6   "homepage": "https://github.com/superwatermelon/SwiftDecimalNumber",
7   "license": "MIT",
8   "authors": {
9     "Stuart Wakefield": "stuart@superwatermelon.com"
10   },
11   "source": {
12     "git": "https://github.com/superwatermelon/SwiftDecimalNumber.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.2"
17   },
18   "requires_arc": true,
19   "source_files": "SwiftDecimalNumber/**/*"