blob: 4e1c8bf3ddc18fd90383c9b4a133ae713dc2fbbe [file] [log] [blame]
{
"name": "Rations",
"version": "0.1.0",
"summary": "A rational number type for Swift.",
"description": "Rations is a rational number value type for Swift. It allows you to\nperform calculations on fractional numbers without the loss of precision\ncaused by floating-point arithmetic. Rational numbers are useful for\nrepresenting currency and for other applications where exact results,\nnot approximations, are desired.",
"homepage": "https://github.com/erikstrottmann/Rations",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Erik Strottmann": "hello@erikstrottmann.com"
},
"source": {
"git": "https://github.com/erikstrottmann/Rations.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/erikstrottmann",
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/Rations/**/*"
}