blob: 4ec5e207ff6317eee8b2e99cdf7fcd5aa950a5a1 [file] [log] [blame]
{
"name": "FMGrowingTextView",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}