blob: 515501a92896c0b3d62a35c8ee675fda484161dc [file] [log] [blame]
{
"name": "maskedTextField",
"version": "0.1.0",
"summary": "Delegate for UITextField to simplify work with masks",
"description": "This pod includes a delegate for UITextField, which should helps you to make your text field more user-friendly. Also it provides you to get structured callbacks from your field.",
"homepage": "https://github.com/iuriigushchin/maskedTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iuriigushchin": "yurii.gushchin@ledgerleopard.com"
},
"source": {
"git": "https://github.com/IuriiGushchin/maskedTFpod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "maskedTextField/Classes/**/*",
"frameworks": "UIKit"
}