blob: 2fdd4724b88fdf024fd0cda9edfa2dded026e433 [file] [log] [blame]
{
"name": "LionheartCurrencyTextField",
"version": "2.0.2",
"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.",
"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.2"
},
"social_media_url": "https://twitter.com/lionheartsw",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "LionheartCurrencyTextField/Classes/**/*",
"dependencies": {
"LionheartExtensions": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}