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