blob: 7b900372e38f91b4694bd4756ea6960db332e4e5 [file] [log] [blame]
{
"name": "RomanNumeralConverter",
"version": "1.1.2",
"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.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "RomanNumeralConverter/Classes/**/*"
}