blob: 41574b182af2cb252ca36279134fbcb624a69bb1 [file] [log] [blame]
{
"name": "SwiftDecimalNumber",
"version": "1.0.3",
"summary": "Swift extensions for NSDecimalNumber.",
"description": "SwiftDecimalNumber provides an expressive way of interfacing with\nthe NSDecimalNumber type. Also adds methods such as min and\nmax.",
"homepage": "https://github.com/superwatermelon/SwiftDecimalNumber",
"license": "MIT",
"authors": {
"Stuart Wakefield": "stuart@superwatermelon.com"
},
"source": {
"git": "https://github.com/superwatermelon/SwiftDecimalNumber.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.2"
},
"source_files": "Sources/**/*.swift"
}