blob: 7da72640094464734de37e90828283407547fa09 [file] [log] [blame]
{
"name": "RomanNumeralConverter",
"version": "1.1.1",
"summary": "Convert a number to its Roman numeral representation.",
"description": "Pass in a number between 1 and 5000 to have it converted to its Roman numeral representation.",
"homepage": "https://github.com/donnywdavis/RomanNumeralConverter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Donny Davis": "donnywdavis@icloud.com"
},
"source": {
"git": "https://github.com/donnywdavis/RomanNumeralConverter.git",
"tag": "v1.1.1"
},
"platforms": {
"watchos": "2.0"
},
"source_files": "RomanNumeralConverter/Classes/**/*"
}