blob: f8b9969a7c4312bdf9ef2bd7d483770125fa6b8f [file] [log] [blame]
{
"name": "FMGrowingTextView",
"version": "0.0.6",
"summary": "UITextView subclass that will change it's height to accomodate text within customizable restrictions",
"homepage": "https://github.com/fer662/FMGrowingTextView",
"license": "MIT",
"authors": {
"Fernando Mazzon": "fer662@gmail.com"
},
"source": {
"git": "https://github.com/fer662/FMGrowingTextView.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}