blob: 5cfd296a1b12ce53dcc3bf8749f12a250e917da7 [file] [log] [blame]
{
"name": "MPNumericTextField",
"version": "1.4.0",
"summary": "A class that extends UITextField to input numbers, percentages and currencies.",
"description": "MPNumericTextField extends the UITextField class to more easily input numbers, percentages and currencies.\nIt uses the current locale or a custom defined one if needed, and makes it easy\nto write and read the numeric value of the text field.",
"homepage": "https://github.com/marzapower/MPNumericTextField",
"license": {
"type": "MIT"
},
"authors": {
"Daniele Di Bernardo": "daniele.dib@gmail.com"
},
"social_media_url": "http://twitter.com/marzapower",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/marzapower/MPNumericTextField.git",
"tag": "1.4.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h",
"requires_arc": true
}