blob: 1758cf6e5d192572440e1bc30e48c1dd070a906c [file] [log] [blame]
{
"name": "SinzuMoney",
"version": "0.1.0",
"summary": "This is a simple type-safe representation of a Monetary",
"description": "A precise, type-safe representation of monetary amounts in a given currency.",
"homepage": "https://github.com/moderateepheezy/SinzuMoney",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Afees Lawal": "moderateepheezy@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/moderateepheezy/SinzuMoney.git",
"tag": "0.1.0"
},
"source_files": "SinzuMoney/**/*.{h,m,swift}",
"swift_version": "5.1"
}