blob: 86a0eda9d65ee3a6bcd8db1d7ea074bb1b647270 [file] [log] [blame]
{
"name": "ConvertNumbersToWords",
"version": "1.0.0",
"summary": "Converts a number, $1,234.56 to one thousand two hundred thirty four dollars and 56/100",
"description": "Convert decimal values to words for use in writing a check. Cause we all write checks these days....\n* I was bored and helped a friend out.",
"homepage": "https://github.com/steveaxelrod007/ConvertNumbersToWords",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"steveaxelrod007": "steve@axelrod.net"
},
"source": {
"git": "https://github.com/steveaxelrod007/ConvertNumbersToWords.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ConvertNumbersToWords/Classes/**/*",
"pushed_with_swift_version": "3.0"
}