blob: f66ca316b7825033a1e9ba137029269c8ac6aac2 [file] [log] [blame]
{
"name": "CharacterCounter",
"version": "1.0",
"summary": "A character counting UI component for UITextField/UITextView.",
"description": "This library provides character counting UI component for UITextField/UITextView and ability to restrict user to enter text upto provided max character limit.\nIt can be used as an input accessory view or can be added as a subview",
"homepage": "https://github.com/javalnanda/CharacterCounter/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Javal Nanda": "javalnanda@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/javalnanda/CharacterCounter.git",
"tag": "1.0"
},
"source_files": "CharacterCounter/**/*.{h,m,swift}"
}