blob: f11bdea2e2666c9c0fea9795ddfaf03cc3771122 [file] [log] [blame]
{
"name": "RomanNumeralConverter",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RomanNumeralConverter/Classes/**/*"
}