blob: 6168a629177fea625c5d7399e699d118150daa0e [file] [log] [blame]
{
"name": "UITextField+Max",
"version": "1.0.0",
"summary": "Set the MAX/LIMIT LENGTH to your text field.",
"homepage": "https://github.com/KimDarren/UITextField-Max",
"license": {
"type": "WTFPL",
"file": "LICENSE"
},
"authors": {
"KimDarren": "korean.darren@gmail.com"
},
"source": {
"git": "https://github.com/KimDarren/UITextField-Max.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}