blob: 38aeedf8a0033236ee9f73f82fe695bea4fd789f [file] [log] [blame]
{
"name": "MLFormattedTextField",
"version": "0.1.0",
"summary": "UITextField subclass that allows number or letter input in a predefined format using swift.",
"description": "UITextField subclass that allows number or letter input in a predefined format using swift. Used for phone numbers, creditcard and social insurance number or healthcard number with both letters and numbers",
"homepage": "https://github.com/Michelle321/MLFormattedTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michelle": "yunjuan.li@gmail.com"
},
"source": {
"git": "https://github.com/Michelle321/MLFormattedTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MLFormattedTextField/Classes/**/*",
"pushed_with_swift_version": "3.0"
}