blob: 8b98facd2339e7d6ddeab686b60c4bec8d1aaeb3 [file] [log] [blame]
{
"name": "LionheartCurrencyTextField",
"version": "2.0.6",
"summary": "A text field that formats currency values",
"description": "LionheartCurrencyTextField is a drop-in replacement for UITextField that\ndisplays currency values the way you'd expect it to. It's based on the user's\ncurrent locale, so in the US, typing \"12345.12\" will output \"$12,345.12\".\n\nSee the GitHub project for more details.",
"documentation_url": "https://code.lionheart.software/LionheartCurrencyTextField/",
"homepage": "https://github.com/lionheart/LionheartCurrencyTextField",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com"
},
"source": {
"git": "https://github.com/lionheart/LionheartCurrencyTextField.git",
"tag": "2.0.6"
},
"social_media_url": "https://twitter.com/lionheartsw",
"platforms": {
"ios": "10.3"
},
"source_files": "LionheartCurrencyTextField/Classes/**/*",
"dependencies": {
"LionheartExtensions": [
]
},
"swift_version": "4.0"
}