blob: 70eb05749d97926df54dde2a83e6bf130211cdd8 [file] [log] [blame]
{
"name": "JDFCurrencyTextField",
"version": "2.1",
"summary": "A drop-in replacement for UITextField to make it easier to work with monetary values.",
"description": " JDFCurrencyTextField is a drop-in replacement for UITextField to make it easier to work with monetary values. JDFCurrencyTextField makes it easier to enter monetary values because it formats the cell's text as a numeric string while the user is editing it, and formats it back to a currency string when they have finished. It defaults to using the currentLocale for the formatting, but this can be changed if necessary.\n",
"homepage": "https://github.com/JoeFryer/JDFCurrencyTextField",
"license": "MIT",
"authors": {
"Joe Fryer": "joe.d.fryer@gmail.com"
},
"source": {
"git": "https://github.com/JoeFryer/JDFCurrencyTextField.git",
"tag": "2.1"
},
"social_media_url": "https://twitter.com/joefryer88",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": "UIKit"
}