blob: 3b27fed0de6f3d603a2eeda8e3a3757ea7bc647a [file] [log] [blame]
{
"name": "UITextView+MaxLength",
"version": "0.0.1",
"summary": "一句话限制UITextView长度",
"description": "A longer description of UITextView+MaxLength in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/tivon-lee/UITextView-MaxLength",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"tivon.lee": "tivon.lee@hotmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tivon-lee/UITextView-MaxLength.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"exclude_files": "Classes/Exclude"
}