blob: 1a274a6100a289a922c7115032bfe07eadb4ae0e [file] [log] [blame]
{
"name": "BIZExpandedTextView",
"version": "1.0.0",
"summary": "BIZExpandedTextView subclass UITextView, which adds the ability to automatically expand UITextView",
"description": "BIZExpandedTextView subclass UITextView, which adds the ability to automatically expand UITextView, to meet all the characters entered and the calculation of the number of characters entered.",
"homepage": "https://github.com/bizibizi/BIZExpandedTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Bizi": "igorbizi@mail.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizibizi/BIZExpandedTextView.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}